Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Swift
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.
Dependabot Preview
Dependabot helps you keep your dependencies up to date. It works with most popular languages.
Every day, Dependabot checks your dependency files for outdated requirements and opens individual pull requests for any it finds. You review the PRs, merge them, and get to work on the latest, most secure releases.
Dependabot is owned and maintained by GitHub. Dependabot Preview is a public beta for functionality that we are integrating directly into GitHub.
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 4, 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
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more

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