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
Docker
-
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.
Renovate
Multi-language Dependency Automation
- Automatically update dependencies using convenient Pull Requests
- Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
- Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
- Supports shared presets as code, similar to eslint shared configs
-
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.
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
If a user mistypes an option, flag, or command, the error message should include a suggestion for the near-miss.
Example: