-
Updated
Nov 26, 2021 - Java
search
Here are 4,870 public repositories matching this topic...
-
Updated
Nov 22, 2021 - Rust
-
Updated
Nov 25, 2021 - Python
-
Updated
Nov 25, 2021
-
Updated
Nov 17, 2021 - Markdown
-
Updated
Nov 25, 2021 - C++
What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:
(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md
I can send some :
Star Patterns
Describe the bug
I'm having major trouble with from_csv.
Context: I'm writing tutorial for build simple text search engine with Jina + Hub. I don't want to include a whole section of processing datasets, hence just passing a CSV into from_csv. I tried with meme dataset (converted tsv) before, and now using [superhero dataset](https://www.kaggle.com/jonathanbesomi/superheroes-nlp-datas
-
Updated
Nov 9, 2021 - Rust
-
Updated
Nov 22, 2021 - C
-
Updated
Sep 27, 2021 - JavaScript
Currently when clicking an image from search resutls the pop-up includes the image at a fixed size.
I propose to either increase that scaling to a somewhat higher fixed value or factor in the original image size so that very small pictures do not become pixelated.
Currently the preview is too small in my opinion which forces me to visit the website.
-
Updated
Nov 26, 2021 - C++
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Nov 6, 2021 - JavaScript
-
Updated
Nov 26, 2021 - Go
-
Updated
Nov 20, 2021 - JavaScript
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 10, 2021 - Ruby
-
Updated
Nov 20, 2021 - Python
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Nov 24, 2021
Is your feature request related to a problem? Please describe.
A part of issue: #850
Depends on issue: #1320
We need a quick insight for code coverage of the repository, as a result of code coverage reporting.
Describe the solution you'd like
Add a Codecov status badge to reflect the percentage of code coverage of the repository in
-
Updated
Oct 21, 2021
Improve this page
Add a description, image, and links to the search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search topic, visit your repo's landing page and select "manage topics."

fd -uis an alias forfd -Iandfd -uuis an alias forfd -IH. The former is unnecessary given that it's an alias to another one-letter flag (I imagine it's there for historical reasons?) and the latter is cumbersome if someone wanted to use the long form (--unrestricted). This setup also makes the behavior of the flag ambiguous if new default filters were added in the future. In that case