The Wayback Machine - https://web.archive.org/web/20220619205731/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Trending repository

jfecher
jfecher commented Jun 18, 2022

Right now, mutability is temporarily tied to the ref a type which isn't desirable since it ties mutability to lifetime inference. There are a few open questions and wants as to how mutability should be designed:

  1. Mutation x := y should likely create a mutation effect of some kind (say Mutate t). This effect would need to be percolated up to a functions signature iff x is used as a param
good first issue design
Git Merge · Chicago, IL · Sep 14 - 15th

Event

We want to hear how you’re using Git in unexpected ways. Take us deep into how your team is using Git at massive scale. Share how you’re bringing new developers into the fold with Git. If Git is a major part of how you work, we want to hear your story.

Flask logo

Popular topic

Flask is a web framework for Python based on the Werkzeug toolkit.
ToolJet

Trending repository

gondar00
gondar00 commented Jun 17, 2022

Version Information

Lastest

Environment

All

What is the expected behaviour?

Should get a curated list of all the queries with request confirmation with an option to "run all"

What is the current behaviour?

Getting the confirmation pop up only for the last element in the list

How to reproduce the issue?

  1. Create 3 queries
  2. Advanced tab run on page load +
bug good first issue frontend needs discussion

Trending repository

hbarcelos
hbarcelos commented Jun 15, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (123ad0a 2022-06-13T00:06:50.866238846Z)

What command(s) is the bug in?

forge create

Operating System

Linux

Describe the bug

This is the stdout of a forge create --verify ... execution:

No files changed, com
T-bug good first issue C-forge P-low

App recommended by GitHub

DeepAffects

Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.

DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.

Trending repository

laanwj
laanwj commented Jun 13, 2022

importaddress (and possibly other legacy-only wallet functions), when used on a descriptor wallet, return a fairly nondescript error:

$ ./bitcoin-cli -regtest importaddress test
error code: -4
error message:
This type of wallet does not support this command

The RPC help of importaddress doesn't mention nor further explain this incompatibility, nor what alternative to use inste

tauri

Trending repository

p32929
p32929 commented Apr 10, 2022

Describe the bug

Hello, first of all, thank you for making and maintaining Tauri.
So, 've been making a test app using Tauri. but it seems, the CTRL/COMMAND + Z keyboard shortcut ( along with many other keyboard shortcuts ) stops working inside the app.

I also have added a menu like this one: https://github.com/windht/watcher/blob/bd929e555319c3e6c4565a2631b63a04918c03fb/src-tauri/src/m

Trending repository

TheDragonkeeper
TheDragonkeeper commented Jun 13, 2022

Godot version

4.0 alpha 9

System information

Windows 10

Issue description

Trying to change scene using change_scene() whilst having a LineEdit node present within the scene being loaded and having a forced displayed caret causes an error:

Timer was not added to the SceneTree. Either add it or set autostart to true.

Steps to reproduce

Create a scene
add a LineEdit node

SDL

Trending repository

SDLBugzilla
SDLBugzilla commented Feb 10, 2021

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: don't know
**Reported for operating system,

enhancement help wanted good first issue
bubbletea

Trending repository

openpilot

Trending repository

gitpod.io screenshot

App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/