Trending repository
-
Updated
Jul 27, 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!
October 30, 2022 - November 02, 2022 • Raleigh, NC
Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
Take a look at our examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
Hi, I'd like some clarification on the privacy policy regarding data collection under category d. RustDesk: https://rustdesk.com/privacy/
To provide you with the RustDesk software application and to constantly improve our services including customer support, we process following personal data about you and your device: start of the RustDesk software applicatio
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
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
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.