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 74,278 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
ohmyzsh

🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • Updated Oct 4, 2021
  • Shell
material-ui
transformers
willfrey
willfrey commented Jul 19, 2021

https://github.com/huggingface/transformers/blob/546dc24e0883e5e9f5eb06ec8060e3e6ccc5f6d7/src/transformers/models/gpt2/modeling_gpt2.py#L698

Assertions can't be relied upon for control flow because they can be disabled, as per the following:

$ python --help
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
...
-O     : remove assert and __debug__-dependent statem
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.

strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR

ErisDS
ErisDS commented Sep 30, 2021

Our internal, server-side i18n package is deprecated, and so is the use of i18n.t().

Instead we have a new package @tryghost/tpl that does string interpolation and makes refactoring i18n out of the codebase easier.



We have successfully removed i18n.t() from core/frontend, but the rest of the codebase has many many references that need to

julia
nandoconde
nandoconde commented Sep 30, 2021

It is nowhere in the v1.7 except for the CHANGELOG. Nor is it in the v1.8.

I think it should be both in the nthreads() section (both manual and Base) and in the note (manual) about starting Julia with more than one thread.

It does appear in the Command line options section of the manual.