Here's what's popular on GitHub today...
Trending repository
-
Updated
Oct 29, 2021
Game Bytes - Halloween Edition 🎃
Some frightfully fun games that you can play or hack your way to infinite lives, ammo, etc. by moedifying the source code.
Popular topic
Nim
Trending repository
-
Updated
Oct 27, 2021 - Go
Trending repository
官网各种看不懂的名词,给爷👴看焦虑了都。
Upcoming event recommended by GitHub
30 Minutes to Merge: CVARs in Ruby
November 22, 2021 • Online
Trending repository
-
Updated
Oct 28, 2021 - Python
Trending repository
I have been asked several times whether the value filled in cc.spec.common.es.externalElasticsearchUrl requires an http prefix, but it is actually not needed, but this key is a bit confusing. I don’t know if I need an http prefix sometimes when I look at it, so I think it’s clearer to change it to externalElasticsearchUrl to externalElasticsearchHost
/kind feature-request
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
Zube
Zube is a stand-alone Agile project management tool that lets you seamlessly work with GitHub Issues.
Zube is right for you if you want any of these:
- A real time two way integration with GitHub Issues that keeps your information in sync
- Organize your Issues on a kanban board or sprint board
- Allow non-developers without GitHub access to easily work with developers
- Simultaneously manage Issues across multiple repos
- Mange private cards alongside public GitHub Issues (ideal for OSS dev)
Trending repository
Trending repository
-
Updated
Oct 30, 2021 - Swift
Trending repository
-
Updated
Oct 30, 2021 - C++
Trending repository
-
Updated
Oct 30, 2021 - Shell
Trending repository
-
Updated
Oct 31, 2021
Trending repository
Trending repository
Want to contribute? Use the discussion board thread to see which sections are currently being worked on and what's left: #148
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignmen
Trending repository
-
Updated
Oct 31, 2021 - C#
Trending repository
-
Updated
Oct 31, 2021 - Rust
Trending repository
-
Updated
Oct 28, 2021 - HTML
Trending repository
-
Updated
Oct 30, 2021 - TypeScript
Trending repository
-
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
A new provider template command was added in #61. Documentation is missing in how to add a provider -
Other information (e.g. detailed explan
Trending repository
-
Updated
Oct 29, 2021 - JavaScript
Trending repository
Trending repository
-
Updated
Oct 29, 2021 - Java
Trending repository
Trending repository
There's a bunch of code that percolates through mempool indexes based on a few mutable functions that don't need to be:
- https://github.com/diem/diem/blob/main/mempool/src/core_mempool/index.rs#L236-L246
- https://github.com/diem/diem/blob/main/mempool/src/core_mempool/index.rs#L217-L233
- https://github.com/diem/diem/blob/main/mempool/src/core_mempool/index.rs#L352-L357
These cause a whole
Trending repository
-
Updated
Oct 23, 2021
Trending repository
-
Updated
Oct 30, 2021 - Go
App recommended by GitHub
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.
GGUI crashes when certain keys are pressed (The Windows key, for example).
Relevant code:
https://github.com/taichi-dev/taichi/blob/master/taichi/ui/common/input_handler.h
https://github.com/taichi-dev/taichi/blob/master/taichi/ui/utils/utils.h
It would be great to support all of these keys, or at least add a try-catch to avoid the window from crashing.