Here's what's popular on GitHub today...
Trending repository
-
Updated
Oct 29, 2021
Game Bytes - Halloween Edition 🎃
The Maze of Space Goblins is one of 13 seasonally spooktacular games featured on our blog. Play and/or view the source!
Popular topic
Trending repository
-
Updated
Oct 27, 2021 - Go
Trending repository
官网各种看不懂的名词,给爷👴看焦虑了都。
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 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
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
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 30, 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
CircleCI
About CircleCI
The world’s best software teams deliver quality code confidently with CircleCI. Go from next-up to feature shipped at the speed ambitious businesses require.
Most customizable environments of any CI/CD provider
Widest choice to customize operating systems, CPUs, GPUs, memory and images for each job.
Get started in no time
CircleCI's automatically generated build and test steps allow GitHub users to set up their first build quickly and with confidence.
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.