Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Atom
Query/Question
Why does Azure.Storage.Queues.QueueClient not have a CreateIfNotExists? This is a really common scenario on app startup and is useful to have a non-exception pattern for handling this scenario.
Environment:
- Azure.Storage.Queues.QueueClient not have a CreateIfNotExists? (12.3.0)
- Hosting platform or OS and .NET runtime version (
dotnet --infooutput for .NET Core
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "
-
Updated
Mar 28, 2020 - Shell
-
Updated
Apr 3, 2020
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
What roadmap is this issue about?
- Frontend Roadmap
- Backend Roadmap
- DevOps Roadmap
- All Roadmaps
What is this issue about?
- D
I see that the website section for screenshots is still empty. What screenshots would you like, and I'd be happy to contribute/maintain them.
Add a modern implementation of an infinite scroller using the IntersectionObserver API.
Basically the code example attached to the following post by Surma is a good place to start:
https://developers.google.com/web/updates/2016/04/intersectionobserver
Code/demo: https://googlechrome.github.io/samples/intersectionobserver/
Below is a list of failing links in our Russian lists
You can help improve this repo by resolving the problems.
A failing link may be a website or resource that has disappeared. You can submit a PR
- removing the link (maybe the resource is obsolete.)
- correcting the link (sometimes things move)
- replacing the link (make sure the link is authorized, or the resource is open-licensed). Of
-
Updated
Apr 2, 2020
-
Updated
Apr 3, 2020 - TeX
-
Updated
Apr 3, 2020 - Python
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
Add examples.
-
Updated
Apr 4, 2020 - Python
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Apr 3, 2020 - Python
What version of protobuf and what language are you using?
Version: v3.6.1
Language: N/A
What operating system (Linux, Windows, ...) and version?
Linux (Manjaro)
What runtime / compiler are you using (e.g., python version or gcc version)
N/A
What did you do?
Steps to reproduce the behavior:
- Copy the example code for enums with aliases from [this documentation](http
-
Updated
Apr 3, 2020 - Java
See #149
[Question] Roadmap?
Do you guys have any roadmap for this project? What features are being worked on / will be worked on in the future, is there any specific skill that you would like a person to get in touch with.
-
Updated
Apr 1, 2020
Travis CI
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.

Thank this awesome project that has made cross-platform UI development an easier way in the Rust world.
I know iced is just at a very early stage, we don't have enough good docs yet. We can get started through a set of examples. However, after insight a lot of examples, I still can't get a clear concept and relationship of every single component, such as the
Application's lifecycle, when and