Steven Johnson
Steven Johnson
Things like resistors and caps are quite generic. It would be nice if there was a way for kicost to lookup these types of components based on their parameters (type,...
My Target doesn't have any leds. It has a buzzer. So i added code to drive the buzzer, instead of a LED. But in the process I found the existing...
The board i am porting to has no reset button. So, double tap reset isn't an option. I do however have a switch i can use. So this change allows...
Would be nice to have an option to paginate each API call, so each call starts on a new page.
## Expected Behavior Optional path parameters shouldn't be validated if they are not present. ## Actual Behavior Validation fails, because the parameter is missing. ## Steps to Reproduce the Problem...
## User story. As a Rust Programmer, I can call Rest API's, so that I can interact with them. ## Is your feature request related to a problem? It would...
Enhancement requests: 1. It would be nice if the debugger used the python enabled version of gdb `arm-none-eabi-gdb-py` because its a lot easier to write scripts and extended functionality, which...
If you have some code, and it is NOT in a known function, the debugger displays nothing. It would be nice if it could disassemble the code, starting from the...
When you have a OAS3 document with references, the linter/validator throws errors like "component name invalid" If you manually run "resolve and validate" it reports no errors. Is there an...
See upstream report: https://github.com/Mermade/oas-kit/issues/222