Trending repository
-
Updated
Dec 23, 2021 - Java
January 07, 2022 • Virtual
Open source projects built in or receiving significant contributions from India :india:
[If unable to purchase via GitHub marketplace, write to support@reviewnb.com to set up an account]
Join hundreds of companies in using ReviewNB for notebook code reviews,
Fill the form for Enterprise plan
Histories make men wise.
The timing and wording of Freqtrade's Telegram notifications during startup is not really right, regarding when the bot is down versus when it's actually able to trade. In short, the bot tells the u
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_imaOn windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
![image](https://user-images.g
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.
Do you have less than 5 users in your organization? You can sign up for free on codecov.io.