search
Here are 5,593 public repositories matching this topic...
-
Updated
Aug 7, 2022 - Rust
Discussed with @gmourier and following this information: meilisearch/product#85 (comment)
We want Meilisearch to accept a configuration file that would be an alternative to the [command-line options](https://docs.meilisearch.com/learn/configuration/instance_options.h
Since fd 8.4, we show this error message:
▶ fd foo -X non-existent
[fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 }
which is confusing for the average user.
The reason for that is the usage of argmax::Command
instead of std::process::Command
. This should pro
-
Updated
Aug 7, 2022 - JavaScript
-
Updated
Aug 3, 2022 - Python
-
Updated
Jun 26, 2022
-
Updated
Aug 7, 2022 - C++
-
Updated
Aug 4, 2022 - Markdown
-
Updated
Jul 7, 2022 - C
-
Updated
Jul 10, 2022 - Rust
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
Jun 28, 2022 - JavaScript
-
Updated
Aug 7, 2022 - C++
Description
Use the new go1.18
FuzzXxx
tests to test cipher algorithm encryption and decryption.
The tests should accept fuzzed strings, encrypt then decrypt them, and check for equality with the original. This can help catch more elusive bugs in the code.
Is your feature request related to a problem? Please describe.
Currently a hard refresh of the Index page is required in order to load the new index list and stats.
Describe the solution you'd like
A refresh button will help get the latest index list and stats.
Describe alternatives you've considered
None
Additional context
None
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
Jun 8, 2022 - JavaScript
Installed it, typed ctrl + space, and the application presented itself as expected. When I started typing in the query box, the dialog expanded and presented a black screen only, with what looked like a Google icon. Clearly not as expected.
After looking around I saw that cerebro had theme settings and since I use a dark theme, many things commonly have issues supporting it so I tried to change
-
Updated
May 29, 2022 - JavaScript
-
Updated
Aug 3, 2022 - Python
-
Updated
Nov 13, 2021 - Python
Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for tuning the JVM itself, and OpenSearch application configuration is specified via settings in opensearch.yml. It would make for a better user experience for the feature flags to be a configuration option in opensearch.yml, i.
-
Updated
Aug 4, 2022 - Python
-
Updated
Jul 21, 2022 - Ruby
-
Updated
Aug 1, 2022 - Python
-
Updated
Aug 6, 2022 - JavaScript
-
Updated
Jul 21, 2022 - TypeScript
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."
Add a K-D tree.
There is no implementation of that data structure here yet.
Could be a good first issue.