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
MongoDB
-
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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Buddy
Get back your time with Buddy’s delivery pipelines that eliminate repeatable tasks in your daily development.
Automatically build & ship web projects on a single git push, on click, or recurrently. Easily define your own delivery process just like you build a house of bricks: from builds and tests, to deployments, custom scripts, and website monitoring.
Bring the newest tech to your team’s stack with native Docker support: containers, microservices, Kubernetes deployments, and more.
-
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
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more
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)