Here's what's popular on GitHub today...
-
Updated
Feb 22, 2021 - Java
Join the GitHub community for the new “30 Minutes to Merge Series”. In this first edition we’ll learn from Implementation Engineer @aaugustine about branching strategy, releases and best practices.
Rust
-
Updated
Feb 22, 2021 - C++
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Feb 22, 2021 - JavaScript
-
Updated
Feb 22, 2021 - JavaScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
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.
-
Updated
Feb 17, 2021 - C#
-
Updated
Feb 23, 2021 - C++
-
Updated
Feb 19, 2021 - Shell
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 22, 2021
-
Updated
Feb 22, 2021 - JavaScript
-
Updated
Feb 13, 2021
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 22, 2021 - Go
-
Updated
Feb 22, 2021 - Java
-
Updated
Feb 22, 2021 - C++
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Feb 22, 2021
Describe your environment
- Operating system: Linux
- Python Version: 3.8.6
- CCXT version:1.40.99
- Freqtrade Version: 2021.1
Describe the enhancement
Add ping support to the rest_client.py script.
I'm using the rest_client.py script to monitor my freqtrade bot using a custom shell+python script, and it looks like I cannot use the ping command to verify that
-
Updated
Feb 22, 2021 - C#
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!
it would be good to have
min-width, max-width <-- this 2 is good for PWA, if user resized it too small, it would become ugly.
maximized <-- this would be maximized on first load.
another thing would be, try delay webview resize when the host window resize, like how all the browser did, this would make sure PWA reflective size won't response immediately... current resize is seriously lagging