-
Updated
Feb 7, 2022 - JavaScript
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 95,188 public repositories matching this topic...
-
Updated
Feb 7, 2022
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
-
Updated
Feb 6, 2022 - JavaScript
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
I'm implementing async load with pagination with the Autocomplete.
When the listbox is open and the user scroll to the bottom, we load the next page and add the new options.
After adding, the position of the scroll on the listbox is reseted and
-
Updated
Feb 6, 2022 - Go
-
Updated
Feb 2, 2022 - Java
Related to #5142, AlbertTokenizer (which uses SentencePiece) doesn't decode special tokens (like [CLS], [MASK]) properly. This issue was discovered when adding the Nystromformer model (#14659), which uses this tokenizer.
To reproduce (Transformers v4.15 or below):
!pip install -q transformers sentencepiece
from transformers import AlbertTokenizer
tokenizer = AlbertTokenizer.from
-
Updated
Feb 5, 2022 - Go
-
Updated
Feb 6, 2022 - JavaScript
Proof UPDATE_PROGRAM
Proof read transcribed code of UPDATE_PROGRAM against scans
Lines: 548
Page: 1386—1396 (10)
Reduced quality scans can be found here
-
Updated
Feb 6, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 1, 2022
What happened:
When getting a nonexistent alert notification by ID or UID, a slightly different error is returned than when a nonexistent alert notification is deleted or updated.
What you expected to happen:
Getting a nonexistent alert should return models.ErrAlertNotificationNotFound from pkg/models/alert_notifications.go.
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Feb 1, 2022
-
Updated
Feb 6, 2022 - Java
-
Updated
Feb 7, 2022 - C++
Describe the bug
At the time of registration, email has not been validated correctly http://localhost:1337/admin/auth/register
Expected behavior
An email should be valid in all aspect like
- should check valid domain, well-formed and valid mailbox
I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:
Error: Only 64-bit Intel and M1 processors are supported on OS X
From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er
Description
According to the master branch, scrapy.spiders.feed.CSVFeedSpider initializes csviter like this:
for row in csviter(response, self.delimiter, self.headers, self.quotechar):https://github.com/scrapy/scrapy/blob/master/scrapy/spiders/feed.py#L126
But csviter definition says:
def csviter(obj, delimiter=None, headers=None, encoding=None, quotechar=None):
-
Updated
Feb 7, 2022 - C
-
Updated
Feb 6, 2022 - Go
-
Updated
Feb 7, 2022 - JavaScript
Issue Summary
The asset helper does not work with svg images using # because it adds a query param.
Steps to Reproduce
<svg class="icon icon__primary quote__line">
<use xlink:href="{{asset "images/solid.svg#minus"}}"></use>
</svg>
Using this does not show the svg images it renders to:
xlink:href="/assets/images/solid.svg#minus?v=094ca0c660"
When I remov
-
Updated
Jan 21, 2022 - C++
-
Updated
Feb 7, 2022 - TypeScript
-
Updated
Feb 7, 2022 - Markdown

Many systems don't link
pythontopython3. Debian even maintains it's wrong for their packages to expectpythonto work: