Skip to content
#

Hacktoberfest

hacktoberfest logo

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...

public-apis
pawelborkar
pawelborkar commented Oct 3, 2021
  • 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
transformers
scrapy
Gallaecio
Gallaecio commented May 12, 2021

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.

agrubb86
agrubb86 commented Oct 12, 2021

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
abn
abn commented Mar 30, 2021

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

DWesl
DWesl commented Oct 7, 2021

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
jina
joeyouss
joeyouss commented Oct 12, 2021

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

heinezen
heinezen commented Oct 1, 2021

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
RandomClaim
RandomClaim commented Oct 15, 2020

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.

Created by DigitalOcean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com