search
Here are 5,464 public repositories matching this topic...
-
Updated
Jun 21, 2022 - Rust
Windows throw errors when we try to read a dump in the CI (maybe that actually happens everywhere?).
See the following action: https://github.com/meilisearch/meilisearch/runs/6215426608?check_suite_focus=true
This could be related to [this issue](https://documentation.red-gate.com/sbu7/errors-and-warnings/other-errors/system-error-32-the-process-cannot-access-the-file-because-it-is-being-used-
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git folder will still grow. It'
-
Updated
Jun 14, 2022 - Python
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 17, 2022
-
Updated
Jun 19, 2022 - C++
-
Updated
Jun 22, 2022 - Markdown
-
Updated
Jun 19, 2022 - C
-
Updated
Jun 16, 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 12, 2022 - JavaScript
-
Updated
Jun 19, 2022 - C++
-
Updated
May 21, 2022 - Go
Is your feature request related to a problem? Please describe.
This is a continuation ticket for zinclabs/zinc#178. Now that we have Swagger support in zinc, we would like to provide the rest of the API Docs.
Describe the solution you'd like
Provide the rest of the Swagger API Documentation by annotating the API Endpoints using https://github.com/swaggo/gin-sw
-
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
Nov 13, 2021 - Python
Describe the feature you'd like to see added
Current the /search endpoint returns a HTML file to display the results. This works well for UI users, which might be the first use case of Whoogle. But it's hard for prog
Is your feature request related to a problem? Please describe.
Coming from opensearch-project/OpenSearch#3106 and opensearch-project/OpenSearch#3278 (comment). Create a Github Action to run on pull request to ensure whether shell scripts variables are set.
Describe the solution you'd like
Can use https://github.com/market
-
Updated
Jun 15, 2022 - Ruby
-
Updated
Jun 17, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 20, 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."


I think here we should first check if there is a next node before lost the reference on first object
https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/datastructures/hashmap/hashing/HashMap.java
/**
Linked list class - delete method with the following signature
*/
public void delete(int key) {
if (!isEmpty()) {
if (first.ge