Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 19, 2022 - TypeScript
The Download
On this episode of The Download, Christina is back in another newish location, and here with the latest developer and open source project news.
Popular topic
Trending repository
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?
- Create 3 queries
- Advanced tab run on page load +
Trending repository
-
Updated
Jun 16, 2022 - Go
Upcoming event recommended by GitHub
Aprenda en 30 minutos: GitHub Actions
June 28, 2022 - June 29, 2022 • Online
Trending repository
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
Trending repository
ToolbarActions and MenuItems needs to be disableable for the similar reasons and coherence with DisableableWidgets. Last corresponds to solved #234 .
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
Trending repository
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 commandThe RPC help of importaddress doesn't mention nor further explain this incompatibility, nor what alternative to use inste
Trending repository
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
No comments in video
Hi . after i run main.py everything is ok but result looks like this https://youtu.be/5YseeGLQwJQ
can someone help me ?
Trending repository
Trending repository
-
Updated
Mar 9, 2022
Trending repository
-
Updated
Jun 18, 2022
Trending repository
-
Updated
Jun 19, 2022 - Common Lisp
Trending repository
Trending repository
-
Updated
Jun 19, 2022 - JavaScript
Trending repository
-
Updated
Jun 17, 2022 - Python
Trending repository
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
Trending repository
Improve Website
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,
Trending repository
-
Updated
Jun 19, 2022 - HTML
Trending repository
-
Updated
Jun 19, 2022 - Python
Trending repository
-
Updated
Jun 16, 2022 - Rust
Trending repository
-
Updated
Jun 19, 2022 - C++
Trending repository
The code coverage is 28.46% on coveralls.
Can tests be added and this be improved if possible?
I don't claim to know how bubbletea works internally and I think terminal based applications are hard to test, but if it is possible please add more thorough tests.
Trending repository
-
Updated
Jan 18, 2022
Trending repository
Currently it's not verified that athena and uploader are actually uploading correct data. Especially now that these services handle bz2 compression for some files this can easily be broken.
App recommended by GitHub
Testspace.com
Test Management software for DevOps
Testspace provides a dashboard for publishing test results from automation and a framework for implementing and executing manual tests using GitHub.
- Publish large volumes of test results with a single command
- Implement Manual tests using text files contained in a repository
- Improve process with metrics, graphs, and analytics
- Auto-detect Flaky tests
- Exploratory support


Right now, mutability is temporarily tied to the
ref atype 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:x := yshould likely create a mutation effect of some kind (sayMutate t). This effect would need to be percolated up to a functions signature iff x is used as a param