-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior. What were the options you passed to configure?
```shell
./configure …
-
A compléter
https://github.com/InseeFr/Lunatic/issues/516
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
KaeLL updated
1 month ago
-
validate.proto use reserved names in C/C++ `enum`, `float`, `double`...
https://github.com/bufbuild/protoc-gen-validate/blob/main/validate/validate.proto
```
arm_gnueabihf_gcc/gen/moira/proto/val…
-
After creating a voucher all the information on the final page should be
- [ ] "Please wait while process. You will be required to sign twice using your wallet. Once for publishing the contract an…
-
### Description of Issue
There are several static functions that the compiler believes should be declared as static inline. These are reported from Apple Clang 16 bundled with Xcode 16, but should …
-
I have a problem to install ta-lib wrapper in linux machine over ta-lib compiled from source code.
I found out a mismatch between functions.
there is an error:
`/usr/include/ta-lib/ta_abstract.h:…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
1) remember only type names of each declarations
2) resolve fields of the types(since they can be recursive)
3) resolve message declarations without bodies(since not all calls are known)
4) resolve…
-
The function outline view does not show a function, that contains a comment in the same line as the function declaration.
Example C:
```
void somefunction(void) //some comment
{
}
```
Is …