Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Snyk
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix (and prevent!) known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
What roadmap is this issue about?
- Frontend Roadmap
- Backend Roadmap
- DevOps Roadmap
- All Roadmaps
What is this issue about?
- D
What you want IINA to do:
Add a add to playlist shortcut at right click menu.
[https://i.imgur
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
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.

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