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 1, 2020 - JavaScript
ASP.NET
-
Updated
Mar 1, 2020
-
Updated
Mar 1, 2020 - Java
Git Merge 2020
March 04, 2020 • Los Angeles
☂️ Public API
The rome package will likely be the only package published for users. This will contain the CLI and a very thin API that heavily limits the public API exposed. There's no intention to publish any other packages as this would heavily restrict the changes we can make.
- Custom project finding logic exists that matches th
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.
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
-
Updated
Mar 1, 2020 - Objective-C
-
Updated
Mar 1, 2020 - Shell
-
Updated
Mar 1, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://next.ant.design/components/table/#components-table-demo-virtual-list
Steps to reproduce
Select "RTL" at the top of the screen. Try sc
-
Updated
Mar 1, 2020
-
Updated
Mar 1, 2020 - C#
-
Updated
Mar 1, 2020 - Dart
Are you submitting a bug report?
Yes
Steps to reproduce
- Have Wox Settings set to empty query on open
- Open Wox and enter query, for example "cmd"
- Press Shift + Enter
- Run cmd as admin
- Open Wox again, the "Run as administrator" menu is still shown. Need to press escape twice in order to receive an empty query
Expected behavior: On step 4, when opening Wox it sho
-
Updated
Mar 1, 2020 - Rust
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."
Error on Python_cheatsheet.pdf page 5
Looping through all the keys in order
# Show each person's favorite language,
# in order by the person's name.
for name in sorted(fav_languages.keys()):
print(name + ": " + language)
Should be changed to
# Sort dict by key
for name in sorted(fav_languages.keys()):
print(name + ": " + fav_languages[name])
Would be nice
small typo
-
Updated
Mar 1, 2020 - Python
-
Updated
Mar 1, 2020
-
Updated
Mar 1, 2020 - Go
How hard would it be to add support for the https://github.com/LilyGO/TTGO-LORA-V1 in addition to Heltec board that you already support?
$36 for a pair of them and they have a nice 3d-printed case
https://www.aliexpress.com/item/32842155838.html
A big value of extensions is the BuildItem model.
We need to document them so other extension writers can discover and use them.
They are also part of the extension contract.
- document all "public"
BuildItemwith adequate JavaDoc - build an anotation processor that will collect the
BuildItemsand generate a list of them per extension and a documentation (summary?).
Lint Awesome itself
sindresorhus/awesome#1394 went stale. Would be nice to finish it at some point. However, awesome-lint could probably be made better first.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
If a user mistypes an option, flag, or command, the error message should include a suggestion for the near-miss.
Example: