-
Updated
Oct 18, 2020 - Go
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Game Off is our annual month-long game jam where participants create games based on a theme using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time!
PWA
-
Updated
Oct 17, 2020 - Assembly
-
Updated
Oct 15, 2020 - PHP
Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.
What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:
await page.focus(selector);
await page.keyboard.type('20200807');Would it be within scope of the extension to recognize date inputs
This repository is getting a lot of activity for Hacktoberfest which is great to see!
One thing we need help with is filling in missing information for existing companies. This needs to be done one by one for each company by looking at their website.
This is a good first task, and if you submit 4 PRs for one company each, then you've already met the requirements for Hacktoberfest!
He
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 16, 2020 - Apex
-
Updated
Oct 17, 2020 - C
-
Updated
Oct 13, 2020 - JavaScript
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
-
Updated
Oct 16, 2020
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 15, 2020 - Python
The plotly plots on my macbook on Ubuntu 20.04 and pandasgui 0.2.3.2 have very tiny font. Wondering if there's a way to change this.. See pic below.
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 17, 2020
-
Updated
Jul 28, 2020
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 17, 2020 - Java
-
Updated
Oct 17, 2020 - HTML
GitLocalize
GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.
GitLocalize automatically keeps translations up to date by syncing with your repository.
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni