- Projects based on Blockchain Technology other than Cryptocurrencies should be added to the Blockchain Category
- Projects which uses blockchain technology and are Cryptocurrencies should be added to the Cryptocurrency category only and not to the Blockchain category.
- No API should be added to both the categories. If it's crypto then add it to cryptocurrency if it's not and uses blockchain te
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
Here are 12,199 public repositories matching this topic...
The annual Hacktoberfest is underway! Register on Hacktoberfest's website and open 4 pull requests during October 2021 to plant a tree or receive the swags!
What's more, you can also fix any existing bugs, improve any documentation ([open issues in TheAlgorithms/Python](https://github.com/TheAlgorithms/Pyt
Environment info
transformersversion: 4.11.3- Platform: Linux-4.19.128-microsoft-standard-x86_64-with-glibc2.2.5
- Python version: 3.8.12
- PyTorch version (GPU?): 1.9.1+cu102 (False)
- Tensorflow version (GPU?): not install
-
Updated
Oct 13, 2021 - Python
-
Updated
Oct 13, 2021 - Python
At the moment, ItemLoader(response=response) fails if response is not a TextResponse instance.
Passing a binary response can still be useful, though. For example, to allow processors to access the response from their loader context, and hence be able to report the source URL (response.url) when reporting input issues.
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 13, 2021 - Python
Apache Airflow version
2.2.0 (latest released)
Operating System
Ubuntu 20.04.2 LTS
Versions of Apache Airflow Providers
apache-airflow-providers-apache-hive==2.0.2
Deployment
Virtualenv installation
Deployment details
Commands used to install:
python3.8 -m venv ./airflow-2.2.0
source airflow-2.2.0/bin/activate
pip install --upgrade pip
export AIRFLOW_VERSION
-
Updated
Oct 12, 2021 - Python
This is a great issue to work on if you are new to the Poetry code base and want to start contributing. Over the years the poetry code base has added various fixes that catered to now unsupported versions of python. With the release of 1.2, we will drop support for all Python versions prior to 3.6. With this we want to clean up the code base of any such workarounds we did to support backwards
What kind of feature are you missing? Where do you notice a shortcoming of PTB?
Python 3.10 was released very recently. While we won't be able to add any of its new features without breaking backward compatibility, we can add to our Github Actions test matrix and update the README to say the same.
Describe the solution you'd like
- Upda
-
Updated
Oct 12, 2021 - Python
Steps to reproduce
- Create a
test1.pyfile with the contentsimport sys; print(1, sys.argv)in the current directory - Create a
test2.pyfile with the contentsprint(2)in the current directory
Expected result
As per the IPython reference:
Both files are executed in sequence, the
Bug summary
Calling ax.contour(x, y, z) fails if ax was created with projection="3d" and x and y are both 1d and different lengths.
Code for reproduction
import numpy as np
import matplotlib.pyplot as plt
NX = 30
NY = 20
x = np.linspace(-10, 10, NX)
y = np.linspace(-10, 10, NY)
z = np.random.randint(0, 2, [NY, NX])
fig, ax = plt.subplots(subplot_k-
Updated
Oct 13, 2021 - Python
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
We at Jina are fans of the written word. And , if you are a beginner in neural search and OSS, what better than starting out with documentation and blogs ?
How to make a contribution?
Comment below this issue the topic you have in mind for writing a blog. The topic should revolve around - neural search/Jina/Jina-OSS etc. (basically about Jina)
What can it be about? It could be a tutorial or
Hi, I found that Document Chooser cannot populate the updated file title but Image Chooser does.
I think its good to add this feature and its not hard to implement it because the function already exists in image-chooser-modal.js
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
-
Updated
Oct 13, 2021 - Python
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
Oct 13, 2021 - Python