Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 16, 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
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
PullRequest
Increase velocity and reduce technical debt through code review by world-class engineers backed by automation. PullRequest provides code review with inline comments directly on your pull requests in GitHub.
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 16, 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
Code Review Doctor
Python and Django code review tool that offers the fix right inside your PR
- Fix more bugs during code review before they are merged
- Reduce the toil of code review and prevent mistakes
- Improve team agility through better code quality
- Up-skill junior developers with learning resources
- Enhance the security and improve performance of your Django website
- Setup in 10 seconds and nothing to install or update
- Airtight privacy policy and security guaranteed
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: