Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Mar 8, 2020 - JavaScript
Koa
-
Updated
Mar 8, 2020 - C++
I think you should add the Japan Ministry of Health (https://www.mhlw.go.jp/index.html) in your data source. It hosts a page in English with an update table of cases within Japan.
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
-
Updated
Mar 8, 2020 - Go
-
Updated
Mar 8, 2020 - Jupyter Notebook
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 8, 2020
-
Updated
Mar 8, 2020 - C++
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 8, 2020
-
Updated
Mar 8, 2020 - Java
Is your feature request related to a problem? Please describe.
In the current api documentation classes from external libraries are displayed with their full package name. This leaves the user to search for the documentation for the external library themselves for which they must also find the correct version number.
Describe the solution you'd like
It would be nice to have the extern
-
Updated
Mar 8, 2020 - C#
-
Updated
Mar 8, 2020
-
Change the
New Related Personbutton text toAdd Related Personin the Patient's Related Persons tab so that it is consistent and more accurately reflects what the button is doing. -
Change the Modal Title
-
Change the Modal submit button
This also goes for
Technical Notes
- Refactor component name from
NewRelatedPersonModaltoAddRelatedPersonModal
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
The Autocomplete component uses a very light default option highlight and doesn't exposes any CSS props to easily change it as far as i can tell.
Expected Behavior 🤔
an easy
As of dotnet/runtime#32622 we will take the image lock when writing to references, but reads throughout the code are currently done directly and without locking. This should be changed to use accessor functions that read in the pointer atomically.
This isn't time-critical as I don't believe we've seen many (any?) crashes related to this, but is worth noting and changin
-
Updated
Mar 8, 2020 - Python
-
Updated
Mar 8, 2020 - C
-
Updated
Mar 8, 2020 - Jupyter Notebook
I believe it should use the keys of Base.Docs.keywords instead.
-
Updated
Mar 8, 2020 - Java
-
Updated
Mar 8, 2020 - Java
CodeScene
CodeScene identifies and prioritizes technical debt based on how the organization works with the code.
- Prioritize development hotspots and get a Code Health measure on the hotspots.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Explore the efficiency of your organization with respect to Conway’s Law.
- Detect sub-systems with low team autonomy that become productivity bottlenecks.
- Measure the off-boarding risk when a key developer leaves the project.
The seccomp filters are tailored for the Firecracker musl build. We should specify how to run Firecracker when building it with gnu as well.
Requested by @rbrasga in firecracker-microvm/firecracker#1515 (comment)