-
Updated
Aug 18, 2021 - Java
search
Here are 4,586 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Rust
-
Updated
Aug 11, 2021 - Python
-
Updated
Aug 19, 2021 - HTML
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
-
Updated
Aug 17, 2021
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
Jul 22, 2021 - Rust
-
Updated
May 11, 2021 - JavaScript
bitmap/bit array
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.
I encountered a problem during benchmarking when running Flows on one machine with a high number of shards (64 in my case).
In that case there are sometimes port conflicts, because the Flow assigns the same port to multiple shards, which does not work on the same machine.
Of course that behaviour would be fine if all of those shards would live on different machines, which should be the case for
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 19, 2021 - C++
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
May 24, 2021 - JavaScript
-
Updated
Aug 20, 2021 - Go
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 8, 2021 - Ruby
-
Updated
Aug 6, 2021 - Python
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 19, 2021
-
Updated
Sep 20, 2020
-
Updated
Aug 13, 2021 - Python
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."
My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a
~/.gitignore
that ignores everything except some files. The problem isfd
won't work by default at this situation. Although there is a--no-ignore-vcs
, but I still want.gitignore
to be respected when I am in a project directory.Ripgrep has a flag
--no-ignore-parent
that can ignore `.gitigno