David Hebbeker
David Hebbeker
- [x] I have verified there are no duplicate active or recent bugs, questions, or requests. - [x] I have verified that I am using the latest version of AppUpdater....
For the German translation the text body of the screen requesting location permission is truncated. ### Version Information App Version: 1.3.3 Syncthing Version: v1.3.3 Android Version: Android 9
**Describe the bug** The working directory within doxywizard can be specified. When I add a relative path to a file or directory which I select using the file or directory...
The opening bracket `[` was missing.
(official) example for parsing "custom data source" (implementing input iterator) does not compile
### Description The example in [the current section "Custom data source"](https://github.com/nlohmann/json/blob/8c391e04fe4195d8be862c97f38cfe10e2a3472e/README.md#custom-data-source) does not compile with [the current header](https://github.com/nlohmann/json/blob/8c391e04fe4195d8be862c97f38cfe10e2a3472e/single_include/nlohmann/json.hpp). I don't know if the example or the library is erroneous (I...
### Describe the bug The [Wokwi for VS Code extension](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) uses VS Code's build-in terminal since the version 2.1.0. With that terminal users can not see what they are writing...
Fixes missing include statements. This applies the changes suggested in https://github.com/m5stack/M5Dial-UserDemo/issues/15#issue-2328485079 Resolves #15
Having that file in version control only creates additional "noise" when changes are made.
If `bitset` would have a `size_type` member type it would be compatible with `etl::size()` This issue does not exists with `std`, as there `std::size()` uses `auto` as return type, which...
**Describe the bug** Specializations of member template functions are not differentiated if they differ only by return type. In the documentation only the first specialization appears. If the specializations are...