Michael
Michael
I have the following docker image for testing the compilation. ``` Dockerimage From rust:latest RUN rustup target add x86_64-pc-windows-gnu RUN apt-get update -y && apt-get install -y gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 libnpth-mingw-w64-dev...
## Describe the bug The URL fragments in schema URL feature does not work as expected. Take, for example, following YAML file referencing and Open API schema fragment. ```yaml #...
[`Bug 1863077 - Add OpenAPI spec for REST API`](https://bugzilla.mozilla.org/show_bug.cgi?id=1863077) For the discussion about adding an OpenAPI spec to BMO, check out the bug above. Although there already exists [this GitHub...
# API Change Proposal ## Problem Statement Currently, there is no mechanism in the Rust standard library to create a child process on Windows that does not inherit handles from...
Implemented custom GATT server callbacks.
The current implementation of the custom attribute descriptor appears to indefinitely reference the `EspDefaultNvsPartition`. This leads to a panic when someone else attempts to access the mentioned default partition. This...
Thank you for creating this crate. It has been a valuable tool for my project, allowing me to meet the deadline without resorting to writing it in cpp. I encountered...
### Did you check docs and existing issues? - [X] I have read all the neoconf.nvim docs - [X] I have searched the existing issues of neoconf.nvim - [X] I...