Here's what's popular on GitHub today...
Trending repository
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
-
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
Ratchet
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
A platform for building proxies to bypass network restrictions.
-
Updated
Jun 16, 2022 - Go
Upcoming event recommended by GitHub
End-to-end DevOps with GitHub
June 20, 2022 - June 24, 2022 • Melbourne, Australia
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
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
Rewind Backups for GitHub (Formerly BackHub)
The most downloaded GitHub Backup app, managing 500K+ backups daily.
BackHub is a part of Rewind: Leading SaaS backup company Trusted by over 100,000 organizations
Managed GitHub Backups with advanced features:
- Automatic Daily Backups with Metadata
- On-demand Restores
- Daily backup sync to your own storage - Amazon S3 and Azure storage (NEW!)
- The Only SOC 2 Compliant Backup App (Type 2 report available)
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
I am trying to describe complex matters in simple doodles!
-
Updated
Jun 19, 2022
Trending repository
Master programming by recreating your favorite technologies from scratch.
-
Updated
Jun 18, 2022
Trending repository
Reviving the language that brought us the Jak & Daxter Series
-
Updated
Jun 20, 2022 - Common Lisp
Trending repository
Trending repository
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
-
Updated
Jun 19, 2022 - JavaScript
Trending repository
Windows Network File System Crash PoC
-
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
The official source code repository for the calibre ebook manager
-
Updated
Jun 20, 2022 - Python
Trending repository
ReadySet is a lightweight SQL caching engine that helps developers enhance the performance and scalability of existing applications.
-
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
Nick's Roadmap for a .NET Backend Developer working with Microservices
-
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
GitKraken Boards
GitKraken Boards will sunset at the end of 2022. Read the full announcement to learn more.
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.



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