Here's what's popular on GitHub today...
Trending repository
-
Updated
Dec 1, 2021 - Rust
The idea is simple: Send 24 pull requests between December 1st and December 24th, encouraging contributors to give back to open source projects with little gifts of code throughout December.
Popular topic
Trending repository
Improve documentation
Link
https://supabase.com/docs/reference/javascript/subscribe#listening-to-row-level-changes
Describe the problem
The documentation specifies the ability to listen on "individual rows", giving the example of listening to a "country" by it's "id".
I assume "id" is a primary/unique key in this case.
The documentation isn't clear on whether this "eq" s
Trending repository
-
Updated
Dec 2, 2021
Upcoming event recommended by GitHub
GitHub Actions Hackathon 2021
November 08, 2021 - December 08, 2021 • Online
Trending repository
-
Updated
Dec 2, 2021 - Java
Trending repository
-
Updated
Nov 30, 2021
Collection recommended by GitHub
App recommended by GitHub
GitLocalize
GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.
GitLocalize automatically keeps translations up to date by syncing with your repository.
Trending repository
-
Updated
Nov 29, 2021 - JavaScript
Trending repository
-
Updated
Nov 30, 2021 - Python
Trending repository
-
Updated
Nov 29, 2021 - Clojure
Trending repository
-
Updated
Dec 2, 2021 - C#
Trending repository
-
Updated
Dec 2, 2021 - Shell
Trending repository
-
Updated
Dec 2, 2021 - JavaScript
Trending repository
Trending repository
Trending repository
-
Updated
Dec 2, 2021 - HCL
Trending repository
Trending repository
Tell us about your request
The karpenter webhook never shuts down, waiting for the kubelet to force kill it after grace termination period. When updating karpenter, the controller starts quickly, and will attempt to patch provisioners after deploying capacity, which can cause the following error:
karpenter-controller-7677cfcdc4-mjqg7 manager 2021-11-27T00:49:19.415Z ERROR controller.con
Trending repository
-
Updated
Dec 2, 2021 - Rust
Trending repository
pkg/v1/mutate.Time sets all timestamps in an image to the given time, typically to make the image more reproducible. For timestamps in layers, it calls layerTime which reads the layer contents and writes them to a buffered `t
Trending repository
-
Updated
Dec 1, 2021
Trending repository
问题原因
对项目的基础表名进行了修改,如下:
- config_info -> config
- item_info -> item
- tenant_info -> tenant
解决方案
执行 初始化 SQL 脚本 重新导入
Trending repository
-
Updated
Nov 30, 2021 - Rich Text Format
Trending repository
-
Updated
Dec 1, 2021 - HCL
Trending repository
-
Updated
Dec 2, 2021 - TypeScript
Trending repository
App recommended by GitHub
Hound
Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.
Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution