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
Python
-
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!
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.
-
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 😯
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
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
-
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
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
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)