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 9, 2020 - JavaScript
Wagtail
-
Updated
Mar 9, 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 9, 2020 - Go
-
Updated
Mar 9, 2020 - Jupyter Notebook
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!
WhiteSource Bolt
We'll help you harness the power of open source without compromising on security or agility!
WhiteSource Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.
We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 2020 - C++
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 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 9, 2020 - C#
A few of the examples don't make clear why we should be using such complex structures instead of very simpler or similar ones.
-
Star: instead of "\scat\s", a "cat" would suffice.
-
Question mark: instead of using "[T]?he", a simple "T*he" would yield the same result.
-
Plus: using either /c.*t/ or /c.+t/ would be the same.
-
Some section 2 examples with Capturing Groups (including
Scenario
AS
A user with write access to a patient
I WANT
A notification that I have successfully added a related person to a patient
SO THAT
I am not confused to whether or not the related person has been successfully added.
Acceptance Criteria
GIVEN
Write access to the patient
AND
I have clicked the add new related person button after successfull
- 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 😯
onFocus does not work if using a Tooltip with TextField:
<Tooltip title="Some hint">
<TextField onFocus={() => {console.log("This cannot work!")}} />
</Tooltip>
Repro:
private class ClassWithExtensionData
{
[JsonExtensionData]
public Dictionary<string, object> Overflow { get; set; }
}
public class DictionaryOverflowConverter : JsonConverter<Dictionary<string, object>>
{
public override Dictionary<string, object> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
{
throw new NotImpl-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 9, 2020 - C
Although they are a visual enhancement, they are quite hard to maintain. The colors have changed in v5 and probably the grid gutters and carousel navigation will follow.
I would prefer to ditch them unless we can easily automate the image generation process.
https://twbs-bootstrap.netlify.com/docs/4.3/examples/#content
-
Updated
Mar 9, 2020 - Jupyter Notebook
It would be great to be able to do
@inline x -> 2x
instead, currently:
julia> @inline x -> 2x
ERROR: LoadError: x->begin
#= REPL[14]:1 =#
2x
end is not a function expression
Stacktrace:
[1] error(::Expr, ::String) at ./error.jl:42
[2] findmeta(::Expr) at ./expr.jl:337
[3] pushmeta!(::Expr, ::Symbol) at ./expr.jl:273
[4] @inline(::LineNumberNode, :
-
Updated
Mar 9, 2020 - Java
-
Updated
Mar 9, 2020 - Java
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.


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)