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
-
Updated
Mar 6, 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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 2020 - C++
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
Dec 26, 2019
-
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 4, 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 10, 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 8, 2020 - Java
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
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)