Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 15, 2022 - Jupyter Notebook
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
Xamarin
Trending repository
Trending repository
Upcoming event recommended by GitHub
Git Merge 2022
September 14, 2022 - September 15, 2022 • Chicago, IL
Trending repository
On Linux I get the following error message.
OS: Fedora 36
ARch: x86_64
winsbom generate -b .
No usable version of libssl was found
Aborted (core dumped)
Trending repository
Proposal
Currently, when a parameterized job is dispatched, the jobId of the child job is generated using a fixed template as described here:
htt
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
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.
Trending repository
-
Updated
Jul 12, 2022 - Java
Trending repository
-
Updated
Jul 15, 2022
Trending repository
-
Updated
Jul 14, 2022 - C++
Trending repository
-
Updated
Jul 16, 2022
Trending repository
It would be great to have a "MoreLikeThis" feature in Tantivy.
An efficient, effective "more-like-this" query generator would be a great contribution.
Elasticsearch and Lucene both support it:
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html
https://lucene.apache.org/core/7_2_0/queries/org/apache/lucene/queries/mlt/MoreLikeThis.html
Note: this cam
Trending repository
-
Updated
Jul 16, 2022 - Python
Trending repository
-
Updated
Jul 15, 2022 - PowerShell
Trending repository
Trending repository
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
Trending repository
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/get-started/quickstart/create-a-repo
What part(s) of the article would you like to see updated?
I think that in the notes section of this page, there should be
Trending repository
-
Updated
Jul 16, 2022 - Objective-C
Trending repository
Version
2.6.10
Reproduction link
Steps to reproduce
- compare the AsyncComponentFactory definition with the document
What is expected?
attribute 'componen
Trending repository
Trending repository
-
Updated
Jul 15, 2022
Trending repository
-
Updated
Jul 16, 2022 - TypeScript
Trending repository
-
Updated
Jul 16, 2022 - TypeScript
Trending repository
-
Updated
Jul 15, 2022
Trending repository
-
Updated
Jul 15, 2022
App recommended by GitHub
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler, all JS projects using npm or Yarn, all Elixir projects using Hex and all PHP projects using Composer. Lock files are handled automatically.
ShardingSphereDataSourceFactoryTest.assertCreateDataSourceWithDatabaseName() contains multiple calls of
ShardingSphereDataSourceFactory.createDataSource().It is better to split them into different test cases. Please make one test case just assert one scenario.
The method should be split to: