-
Updated
Mar 28, 2020 - Dart
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Markup
MySQL
Durable messaging
I was reading the Roadmap and saw that Centrifugo is deems too complex.
I agree.
But we need to think about the best way to support Subscriptions.
A Subscription needs to map to many users and then to each users in terms of a ACK. So you need a Mailbox per users subscribed to the Topic. At least thats how i think about it.
THen you have th properties for each mailbox and topic of:
- Pres
Hi,
I am installing manim. But there is a small issue in the documentation website:
Its really a small thing, but for beginner it could be a big deal.
https://www.eulertour.com/learn/manim/installation/windows.html
its written
"Install manim python dependencies with pip install -r requirement.txt"
but it should be
"Install manim python dependencies with pip install -r requirements.txt"
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
-
Updated
Mar 27, 2020 - C++
-
Updated
Mar 28, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
-
Updated
Mar 27, 2020 - Python
Try to add search bar for search state and city in cluster.it will become easy to find. State wise patients details.
-
Updated
Mar 28, 2020 - JavaScript
Click on the badge above, then follow the link to monthly check to see a list of current syntax errors, dead links, and unmaintained software projects in awesome-selfhosted.
Feel free to help fixing these issues b
WIth yarn 2 about to become stable, it comes with pnp enabled by default, so postinstall scripts now have one more downside. Having a postinstall script forces core-js to be duplicated on disk unnecessarily, reducing the efficiency of yarn install in pnp mode, which could otherwise potentially perform no writing to disk.
I know you don't want to remove the postinstall script, but just point
-
Updated
Feb 11, 2020 - Java
-
Updated
Mar 28, 2020 - C++
-
Updated
Mar 28, 2020 - Jupyter Notebook
-
Updated
Mar 27, 2020 - C++
-
Updated
Mar 24, 2020 - Vue
Update README.md
Issue by fushenghua
Tuesday Nov 08, 2016 at 12:25 GMT
Originally opened as googlearchive/android-AppShortcuts#5
_fushenghua i
-
Updated
Mar 27, 2020 - Python
Maybe replace this field with a text field if this environment variable is not set?
-
Updated
Mar 28, 2020 - Kotlin
Problem Statement
Calculator currently does not have a settings page, which will block future work. The current about dialog is also inconsistent with many other Microsoft apps.
Evidence or User Insights
Many suggested features have suggested adding options in settings (#538, #486, #485, #393, #382, #215), and while we have not accepted all of these pitches, it is inevitable that ther
DeepSource
DeepSource is a for developers, by developers platform to find and fix issues during code reviews.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/
We have a package called
string-markupthat we process all strings through when we log to the console. This is also used inside of diagnostics strings. It's a HTML-like syntax that removes the need for hardcoding ANSI formatting, and would allow ea