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.
October 30, 2022 - November 02, 2022 • Raleigh, NC
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.
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
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
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