Kyle Agronick
Kyle Agronick
Kotlin has this feature where protected functions can't be overridden without being marked as open. I am maintaining a fork just to open this function. I am trying to move...
**Describe the bug** This seems like an oversight. There is no way to set min and max on an image speedometer without overriding the class. `SpeedView` has this code in...
With Performance Monitor abandoned I started rewriting it to support any car. You can see the releases [here](https://github.com/agronick/aa-torque/releases) and a video [here](https://www.reddit.com/r/AndroidAuto/comments/16wmlaz/im_working_on_a_torque_plugin_for_android_auto/). It would be great if you could add...
I'm getting the following error during build. I don't know if its a bug or an issue with my system. Appreceate if anyone knows how to fix it. ``` make...
# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first. -...
I've been using qbe. I made a bunch of modifications to it - making it work outside the admin for less experienced users. Along the way I found a few...
This PR is going to serve as a guide for how to create themes. It is an easy process and does not require any programming knowledge. You can create new...
### Issue Summary I'm talking about this example https://github.com/sendgrid/sendgrid-python/blob/main/use_cases/asynchronous_mail_send.md ### Steps to Reproduce Using asyncio is more than just putting `async` in front of the function doing the http request....
`docker-entrypoint-initdb.d` only gets run when there is no database. If you try to migrate from the standard Postgres container to this, nothing will change. By using `docker-entrypoint.d` the configuration will...