Here's what's popular on GitHub today...
Trending repository
-
Updated
Oct 29, 2021
Game Bytes - Halloween Edition 🎃
Landlord is one of 13 seasonally spooktacular games featured on our blog. Play and/or view the source!
Popular topic
npm
Trending repository
-
Updated
Oct 27, 2021 - Go
Trending repository
官网各种看不懂的名词,给爷👴看焦虑了都。
Upcoming event recommended by GitHub
Hacktoberfest 2021
October 01, 2021 - October 31, 2021 • Virtual
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
App recommended by GitHub
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.
Trending repository
Trending repository
-
Updated
Oct 28, 2021 - Swift
Trending repository
-
Updated
Oct 30, 2021 - C++
Trending repository
-
Updated
Oct 30, 2021 - Shell
Trending repository
-
Updated
Oct 30, 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 29, 2021 - C#
Trending repository
-
Updated
Oct 30, 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
MyGet
The #1 cloud artifact and package repository provider in the world
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.
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.