Here's what's popular on GitHub today...
-
Updated
Apr 16, 2021 - Python
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
Flask
-
Updated
Apr 15, 2021 - TypeScript
Prune Packages
Is your feature request related to a problem? Please describe.
Many of our packages seem to have a little bloat. We want to reduce our environmental impact (and also the time spent downloading / building / shipping).
Describe the solution you'd like
Every npm package should have an .npmignore that prunes non-necessary stuff
Remove tests / examples from crates
-ALWAYS ship the li
-
Updated
Apr 13, 2021 - JavaScript
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
The tutorial uses at one point the -> operator.
# Finding most popular name for each year.
@OrderBy(TopNameByYear, "year");
TopNameByYear(year) ArgMax= name -> NameCountByYear(name:, year:);
While this seems to be a variant on the functional aggregation method, it's not documented anywhere. Is there a more complete language reference that can be linked?
Thanks!
-
Updated
Apr 15, 2021
The "from Hits" portion isn't supported. I don't believe there are any sources of bleeding that come from non-hits, so that could potentially be added in the same place as Damage over Time Multiplier for Bleeding
-
Updated
Apr 13, 2021
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 13, 2021 - Jupyter Notebook
The Codelab for the firebase dynamic links package (https://codelabs.developers.google.com/codelabs/flutter-firebase/#4) returns a 404 Not Found error when visited.
If the Codelab has been removed then perhaps it should be deleted from the readme.

![image](https://user-images.git
-
Updated
Apr 14, 2021 - C++
-
Updated
Apr 14, 2021 - Shell
grep -nr '/enhancements/keps/' * | grep -v '^vendor' | grep -v '/README.md' | grep -v '.json' | grep -v '.pb.go' | grep -v '.proto' | grep -v 'generated'
- OWNERS_ALIASES:581: # conformance aliases https://git.k8s.io/enhancements/keps/sig-architecture/20190412-conformance-behaviors.md
#101009 - pkg/apis/core/types.go:2835: // More info: https://git.k8s.io/enhancements/keps
-
Updated
Apr 15, 2021 - JavaScript
🚀 Feature request
This is a feature request to add Wav2Vec2 Pretraining functionality to the transformers library. This is a "Good Second Issue" feature request, which means that interested contributors should have some experience with the transformers library and ideally also with training/fine-tuning Wav2Vec2.
Motivation
The popular [Wav2Vec2](https://huggingface.co/models?filter=w
-
Updated
Apr 15, 2021 - C++
-
Updated
Apr 15, 2021 - JavaScript
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.
Seems like that the new http native bindings doesn't work in a WebWorker, see example below.
http2.ts
worker.ts
ne