Here's what's popular on GitHub today...
Trending repository
-
Updated
Dec 3, 2021 - Rust
Popular topic
Mastodon
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 3, 2021 - Java
Trending repository
-
Updated
Nov 30, 2021
Collection recommended by GitHub
App recommended by GitHub
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
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 3, 2021 - JavaScript
Trending repository
Trending repository
Trending repository
-
Updated
Dec 2, 2021 - HCL
Trending repository
Trending repository
Tell us about your request
Reduce discovery logging to only log a line when something is detected to have changed, rather than when it's refreshed. It may be useful to build a new discovery cache abstraction that wraps cache.cache.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
If Karpenter is idle, it spits out
karpenter-control
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
Dec 3, 2021 - Rich Text Format
Trending repository
-
Updated
Dec 3, 2021 - HCL
Trending repository
-
Updated
Dec 2, 2021 - TypeScript
Trending repository
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.
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