Andrew Dunai
Andrew Dunai
We're trying to generate an OpenAPI schema using `starlette.schemas.SchemaGenerator`, however it does not include any definitions for ariadne. As per starlette's [docs](https://www.starlette.io/schemas/): > Schema generation works by inspecting the routes...
Thank you for this wonderful piece of software. I've been using it for a while, and I tend to keep a lot of various circuits in a single large file....
It would be great to have some parameter for `map` command (e. g. `-passthrough`) which would run the command but still process the event as if there was no mapping....
By default, all routes that are defined in Starlette application are included in the OpenAPI schema. Is it possible to specifically exclude some of them? EDIT: Seems like overriding `bypass`...
Hi, I'd like to use this code as a test for my CA65 code reformatter. However, I cannot find any mentions of the license. Can I distribute a copy of...
Currently there's a bug that leads to crash when there's no file `~/.config/lighthouse/cmd.py`: ``` Couldn't execute file: Permission denied Failed to spawn piped process. ``` This pull request fixes it...
First of all - thank you for this awesome firmware, I'm currently using it in my 65C02-based single-board computer and it works great! I'm currently thinking what would be the...
This PR introduces several improvements: - `exit()`/`atexit()` is replaced with `setjmp()`/`longjmp()` combo to allow graceful shutdown with cleanup handler. In a nutshell, `exit()` is replaced with `main_exit()` which performs `longjmp`....
When stopping nofrendo using input that's triggering quit event, an assertion fails which leads to this line being called: https://github.com/moononournation/arduino-nofrendo/blob/c5ba6d39c1fff0ceed314b76f6da5145d0d99bcc/src/log.c#L143 `exit` does not do what's intended as opposed to other...
* [x] Інфо про нюанси спільної шини SPI для дисплея і SD-карти * [x] Інфо про компромісні рішення в дизайні Лілки V2 * [x] #23 * [x] Ієрархія фреймворків/бібліотек: lilka...