Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 20, 2022 - TypeScript
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.
Popular topic
SpaceVim
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
Aprenda en 30 minutos: GitHub Actions
June 28, 2022 - 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
App recommended by GitHub
Slack + GitHub
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
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
CircleCI
About CircleCI
The world’s best software teams deliver quality code, confidently, with CircleCI.
Get started in no time
CircleCI’s free plan offers more build minutes than any free plan out there. Up to 6,000 build minutes/month and 30 jobs at a time.
Most customizable environments of any CI/CD provider
Widest choice to customize operating systems, CPUs, GPUs, memory and images for each job. Build for Docker, Windows, Linux, Arm and macOS or build on your own compute with runners.

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