-
Updated
Dec 23, 2021 - Java
search
Here are 4,934 public repositories matching this topic...
-
Updated
Dec 20, 2021 - Rust
-
Updated
Dec 19, 2021 - Python
-
Updated
Dec 7, 2021
-
Updated
Dec 20, 2021 - Markdown
-
Updated
Dec 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
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_ima
-
Updated
Dec 1, 2021 - Rust
-
Updated
Dec 28, 2021 - C
-
Updated
Dec 21, 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
Dec 28, 2021 - C++
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Nov 6, 2021 - JavaScript
-
Updated
Dec 28, 2021 - Go
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Nov 13, 2021 - Python
-
Updated
Dec 25, 2021 - Ruby
-
Updated
Dec 28, 2021 - Python
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Dec 17, 2021 - TypeScript
Describe the bug
Gradle scripts are configuring destructiveDistroTest.docker
task twice and we see warning with run.
> Configure project :qa:os
Cannot add task 'destructiveDistroTest.docker' as a task with that name already exists.
=======================================
OpenSearch Build Hamster says Hello!
Gradle Version : 7.3
OS Info : Mac OS X 10.16
-
Updated
Dec 23, 2021
-
Updated
Dec 10, 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."
(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'