-
Updated
Mar 3, 2020 - Jupyter Notebook
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Markdown
-
Updated
Mar 3, 2020 - Java
-
Updated
Mar 3, 2020 - C#
Git Merge 2020
March 04, 2020 • Los Angeles
As in picture, height and weight do not state if it is cm, ft, lb, kg, ...
This is common to all reports providing patient information
-
Updated
Mar 3, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
AccessLint
AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020
-
Updated
Mar 3, 2020 - Go
-
Updated
Mar 3, 2020 - Jupyter Notebook
small typo
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.
Minor typo
At the bottom of your project page (https://pattle.github.io/simpsons-in-css/) there is a minor typo:
"What's really cool is I can now do stuff like that this..."
You could change it to: "What's really cool is now I can do stuff like this..." or some variant thereof without using the word "that."
-
Updated
Mar 3, 2020 - CSS
What does “confirmed” mean? Recently there were discussions on defining confirmed as “tested positive/exhibit symptoms” as opposed to “tested positive/asymptomatic”. Are we looking at daily or cumulative readings? The latter maybe obvious but it would be nice to add a full data description to the repo.
From https://github.com/kennethreitz/autoenv :
Note: you should probably use direnv instead. Simply put, it is higher quality software. But, autoenv is still great, too. Maybe try both? :)
I suppose swift-argument-parser uses SemVer once 1.0.0 has been tagged. Before that happens however, people will still start depending on swift-argument-parser because it got at least one tagged release (0.0.1). Therefore I think the project should clearly specify what its versioning rules are and probably offer a copy & pasteable recommended dependency line.
There could be a few differen
tf.function makes invalid assumptions about arguments that are Mapping instances. In general, there are no requirements for Mapping instances to have constructors that accept [(key, value)] initializers, as assumed here.
This leads to cryptic exceptions when used with perfectly valid Mapping s
-
Updated
Mar 3, 2020
Here's a text translation of the machine
At present, the contribution to the document is very inconvenient, indirectly leading to the progress gap between the language documents is too large, I hope some good-hearted men could add a button to the document page so that the document contributor can jump directly to the corresponding md file editing page.
Here's what might be useful:
- On
-
Updated
Mar 3, 2020 - Python
I can't find any agents that make use of the Notification API, or do Discord/Slack like favicon notifications. Do they exist? If not, how would I get started on developing one?
-
Updated
Mar 3, 2020 - Python
Issue-Label Bot
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.


Found this in francine.css while checking with CSS HTML Validator:
Many uses of a
print-color-adjustCSS property.But shouldn't this be
-webkit-print-color-adjustand/orcolor-adjust?See:
https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-print-color-adjust
https://caniuse.com/#search=print-color-adjust