Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 20, 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
C
Trending repository
Version Information
Environment
What is the expected behaviour?
- The input fields on the manage SSO pages are required.
- The success toast in the general settings page should be
updated SSO configurations
What is the current behaviour?
- The input fields on the manage SSO pages are not required.
Trending repository
-
Updated
Jun 16, 2022 - Go
Upcoming event recommended by GitHub
Security at the Speed of GitHub
June 29, 2022 • Online
Trending repository
Describe the feature you would like
It would be nice to offer a shields.io badge for Foundry, which would contain the logo currently found in the README:
This would make it easier for devoted users to signal their allegiance to Foundry in their pr
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
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Moesif API Insights
Understand customer API usage and take action:
SDKs and API Gateway plugins for REST & GraphQL
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
Jun 19, 2022
Trending repository
-
Updated
Jun 18, 2022
Trending repository
-
Updated
Jun 20, 2022 - Common Lisp
Trending repository
Trending repository
-
Updated
Jun 20, 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 20, 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
Code Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.

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