Here's what's popular on GitHub today...
Trending repository
Describe the solution you'd like
Add or replace the way of rendering HTML in order to let the server reload HTML templates without restarting.
Describe alternatives you've considered
A timer or a file system watcher may help to decide whether to reload or not.
Additional context
Be aware of performance overhead. DO NOT reload it every time when render api is called.
The Download
On this episode of The Download, Christina is back in another newish location, and here with the latest developer and open source project news.
Popular topic
C#
Trending repository
Trending repository
-
Updated
Jun 16, 2022
Upcoming event recommended by GitHub
Kansas City Developer Conference 2022
August 08, 2022 - August 10, 2022 • Kansas City, MO
Trending repository
-
Updated
Jun 23, 2022 - Python
Trending repository
🚀 Feature Request
HF has some logic under the hood that looks at the number of labels in order to decide if whether to use a BCE, CE, or MSE loss.
Splitting up the BERT class based on the loss and making these distinctions as to what loss is used to the user may be more clear. It also aligns with the work of @Landanjs
Note: this may also require creating a separate .loss method in
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
Rewind Backups for GitHub (Formerly BackHub)
The most downloaded GitHub Backup app, managing 500K+ backups daily.
BackHub is a part of Rewind: Leading SaaS backup company Trusted by over 100,000 organizations
Managed GitHub Backups with advanced features:
- Automatic Daily Backups with Metadata
- On-demand Restores
- Daily backup sync to your own storage - Amazon S3 and Azure storage (NEW!)
- The Only SOC 2 Compliant Backup App (Type 2 report available)
Trending repository
-
Updated
Jun 20, 2022 - C++
Trending repository
-
Updated
Jun 23, 2022 - Objective-C
Trending repository
-
Updated
Jun 23, 2022 - Python
Trending repository
-
Updated
Jun 23, 2022 - CSS
Trending repository
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Milvus highly rely on etcd for meta operation.
Retry is need since failed to operate on etcd may cause server crash.
To be noticed, the CompareValueAndSwap, CompareVersionAndSwap may no be able to add retry in a no brainer style so we need to
Trending repository
- 目标提升到80%以上
- 如何获取单侧覆盖率:
- 项目根目录下运行
mvn test - 项目根目录下用浏览器打开
target/site/jacoco/index.html即可查看单侧覆盖率,点进去即可查看详细覆盖情况以作出补充
Trending repository
-
Updated
May 28, 2022 - C++
Trending repository
-
Updated
Jun 9, 2022 - Python
Trending repository
-
Updated
Jun 22, 2022
Trending repository
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the HTTPBody() function, the body argument is set to nil:
req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)
Is this by design, or am I looking at a missing feature?
Cheers,
Trending repository
-
Updated
Jun 23, 2022
Trending repository
-
Updated
Jun 21, 2022 - Ruby
Trending repository
-
Updated
Jun 23, 2022 - PHP
Trending repository
To show the chart in the overview page and on the detail page, we should switch between how they are displayed according to a boolean. Some charts already implement this like the SingleLineLollipop. It would be nice to have a consistent way across the project to handle this.
<img width="383" alt="image" src="https://user-images.githubusercontent.com/170948/175397461-0a831de1-c5f7-471c-b28d-92c1
Trending repository
-
Updated
Jun 19, 2022
Trending repository
-
Updated
Jun 20, 2022
Trending repository
-
Updated
Jun 23, 2022 - C
Trending repository
-
Updated
Jun 24, 2022 - PHP
Trending repository
E.g. krajo-mimir-distributed-make-bucket-job-g42xc should be just krajo-mimir-make-bucket-job-g42xc
Install the mimir-distributed chart and see consistency of pod/job names with kubectl get pod
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.

Several small issues that don't deserve their own thread.
Nomad version
Nomad v1.2.6 (a6c6b475db5073e33885377b4a5c733e1161020c)
Operating system and Environment details
N/A
Issue 1
The documentation specifies the
Countfield of the request body JSON as optional, but it does not explain what behavior should be expected when the field is omitted.Reproduction st