-
UPD: [here](https://github.com/llvm/llvm-project/issues/115186#issuecomment-2461708430) is a slightly improved example.
Here is a simple C++ program:
```
struct BigClass {
char data[400000];
…
-
There was an issue in the original library for `C90`
compliance here: https://github.com/antirez/sds/issues/74
For a utility library like `sds` it would be nice to be
compliant even with older …
-
It would be great if the waveform viewer could support standard protocol decoding (such as i2c, uart, etc.), or if a waveform decoding plug-in could be added.
For example, it can support the followin…
-
**Is your feature request related to a problem? Please describe.**
The Android PDF viewer currently does not display embedded annotations. This limits the usability of annotated PDFs for users, who m…
-
I am working on a problem which requires to model binned time-points as a AR(1) process... but brms does not let me do that as I get the error `Error: Time points within groups must be unique.`. I don…
wds15 updated
2 weeks ago
-
We on the JRuby team have recently had users inquire about debugging support. It seems that the release version of ruby-debug is incompatible with newer versions of IRB that have been adapted to suppo…
-
**Is your feature request related to a problem? Please describe.**
CTRL statement #uses "CtrlLibOrExtension" is not recognized.
e.g. including a standard Ctrl library like
```
//-----------------…
ghost updated
1 month ago
-
This issue tracks the release notes text for #123723.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review …
-
Hi,
I am trying to build pair flare inside a lammps container for our users on Perlmutter.
I have encountered the following error during compilation:
```
[ 95%] Building CXX object CMakeFiles/la…
-
(continuing from #1101)
cppreference.com has a ["symbol index" page](https://en.cppreference.com/w/cpp/symbol_index) listing names of symbols (ie. functions, constants, etc.). The [api can be found…