Trending repository
-
Updated
Jul 26, 2022 - Python
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
August 08, 2022 - August 10, 2022 • Kansas City, MO
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix & prevent known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
Describe the bug you encountered:
I have RD running but it's not the active window/application.
When I move my mouse over the RD remote control window, the mouse moves on the remote computer also.
...
What did you expect to happen instead?
The mouse movement gets ignored when RD is not the active window.
...
How did you install RustDesk?
Windows Portable version
Hello,
There are some missing translation for Norwegian Nynorsk (nn). These should be added in branch 4.4.
See symfony/symfony#38710 for details and this page for an example.
These are the files that should be updated:
I implemented LineChart in my project and tried to subclass LineChartRenderer in order to change offset of values that are drawn in func drawValues(context: CGContext). The problem is that the only option is to copy all co
Say goodbye to notification fatigue. PR Chat creates a single Slack message for every PR. Any changes to the PR instantly and silently update the Slack message
Your PR looks the same as it does on Github. All formatting is preserved including text formatting, images and even code diffs.
Use Slack to power your PR discussions. Conversations in the Slack message's thread are two way synced with Github comments.
Currently the aptos CLI prompts you whenever you're doing something potentially risky. To avoid this you can pass
--assume-yesbut this gets old very fast for people who are used to CLIs just executing their commands without confirming. It'd be nice to have some way to set something in the config that effectively enables--assume-yesfor every command.