-
Updated
Jan 24, 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,498 public repositories matching this topic...
Many systems don't link python to python3. Debian even maintains it's wrong for their packages to expect python to work:
NOTE: Debian testing (bullseye) has removed the "python" package and the '/usr/bin/python' symlink due to the deprecation of Python 2. No packaged scripts should depend on the existence of '/usr/bin/python': if they do, that is a bu
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
Jan 24, 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
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 24, 2022 - JavaScript
As reported by some people (see NielsRogge/Transformers-Tutorials#53 and on the forum), the generate() method currently does not take into account config.decoder.eos_token_id, only config.eos_token_id to properly stop generation.
Hence, models that are made using EncoderDecoderModel/`VisionEnco
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 21, 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
Jan 24, 2022 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 23, 2022
Originally posted by sunker December 17, 2021
When support for Metrics Insights was added to the GetMetricData api, a few new error codes were introduced. These should be handled as an error or possibly as a warning.
 for a brief explanation) cookies set by the server are not being taken into account anymore (also see https://forums.meteor.com/t/sticky-session-using-cookies-and-cordova/44419/9).
This is especially an issue if load balancers use
As noticed in #4492, the FAq question at https://docs.scrapy.org/en/latest/faq.html#scrapy-crashes-with-importerror-no-module-named-win32api is no longer useful as the Twisted bug was fixed long time ago. We should remove this question.
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
-
Updated
Jan 24, 2022 - C
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 22, 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
Jan 24, 2022 - TypeScript



There is free_programming_books in simplified Chinese, I wonder if I can add Traditional Chinese version