-
```
What change would like to see?
Add a header file that defines all of the board's pin assignments. One
possible implementation is attached. The proposed naming convention is
documented in the co…
-
the error message like this:
Using legacy 'setup.py install' for annoy, since package 'wheel' is not installed.
Installing collected packages: annoy
Running setup.py install for annoy ... error…
-
Moving this out of the readme so that I can publish the module without the todo list being immortalized.
### Todo
- [x] transpiling
- [x] linting
- [x] ci
- [x] documentation
- [x] publish
…
-
```
The current state of iwyu (3.3) in case of a big library like glib or gtk+, is
that it will propose to remove the single #include , and
replace it with a whole lot of #includes for more specific…
-
Please add the library's version number to the single-header file (`ctre.hpp`) so that users can check which version they already have and whether they need to update.
Also, please supply a `ctre::…
-
Previous discussion:
https://github.com/axboe/liburing/issues/1001#issuecomment-2480618839
https://github.com/axboe/liburing/issues/1001#issuecomment-2480735310
Consider sending messages over a …
-
OS: Debian Bookworm and Ubuntu "Mantic" 23.10
Clang: 16.0.6 from LLVM's Apt repository
IWYU `--version` output: include-what-you-use 0.20 (git:7301b1f) based on Debian clang version 16.0.6 (++2023…
detly updated
11 months ago
-
## Description
I have 2 services built with SpringBoot 3.2.3 and Webflux. Source service is sending REST request to target service via WebClient:
**Logs in source service (for outgoing request and…
-
### Prerequisites
- [ ] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [ ] I have troubleshooted my issue, and it still exists against the latest stab…
-
For libraries with large collections of functions it can be nice to import them in a single declaration e.g.
```js
import { map, filter } from "./some-itertools.mjs"
// vs individual
import ma…