Trending repository
-
Updated
Jun 15, 2022 - TypeScript
On this episode of The Download, Christina is on location at RenderATL, but is still here to offer the latest developer news.
June 21, 2022 - June 24, 2022 • Austin, TX
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Licensebat seamlessly integrates with your GitHub build pipeline to make sure your current and future dependencies comply with your license policies.
Goodbye surprises and headaches when auditing your company projects.
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
Improve repo
Added a small definition about programming/coding playgrounds for making it understandable to beginners
Copy the definition merged in #6822 into the rest of CONTRIBUTING files, opening a 3 weeks window to translate it by our comunity
This comment says that the message ID is optional,
but for SQL transport it is a mandatory attribute,
in turn it causes misunderstanding?
Is it possible to fix it or did I get something wrong?
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f67388/message/message.go#L20
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f6
I was reading the Quarkus Security LDAP guide at https://quarkus.io/guides/security-ldap and I would like to look at the recommended solution. However, when I try to lookup the address which is given in the article (https://github.com/quarkusio/quarkus-quickstarts/tree/main/security-ldap-quickstart), I get a 404. Furthermore, the solution cannot be found in the list of quarku
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
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