-
`pio.h` contains several internal structures (`var_desc_t`, `io_region`, `io_desc_t`, `iosystem_desc_t`, `wmulti_buffer`, `file_desc_t`, ...) that could be moved to `pio_internal.h`.
This would eli…
-
The spec uses C `struct` declarations in a few places to describe certain data structures in LAS files. This may be problematic since it could seem implied that the structs as given are directly seria…
-
We had multiple requests about a missing theiler window option for RQA measures.
It should be noted that, apparently, excluding the diagonal and/or a Theiler window is useful in the analysis of _d…
-
This [reddit post](https://www.reddit.com/r/starcraft/comments/19abrmk/possibly_new_immortal_bug_that_effects_real_games/) shows that Immortals can stack via movement orders.
This seems to be extra…
Ahli updated
10 months ago
-
Dear colleagues,
I will appreciate you help in solving the following problem I encounter when programming my ESP32 Lolin32 board.
I have defined two structures in RTC fast memory with RTC_DATA_A…
PTmv1 updated
1 month ago
-
Lua supports function calls without parentheses for specific kinds of literals:
```lua
-- equivalent to my_func("str")
local a = my_func "str"
-- equivalent to other_func({1, 2})
local b = othe…
Lyrth updated
11 months ago
-
Hi,
With some molecules I get (Unimol Docking V2):
/media/christian/VS1/VS/Results_Unimol/MC4R_protein/Poses/Sublibrary_05/CHEMBL-3740791-1.sdf-Cc1ccnc(N(CCC(=O)[O-])C(=O)c2ccc3c(c2)nc(CNc2ccc(C…
CLG68 updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
Yes. Structures and classes have different memory layout rules between HLSL and C/C++. This makes code sharing between HLSL and C/C+…
-
From a portability standpoint defines are somewhat problematic. Also verilog seems to have a somewhat opaque macro hygiene and escape behavior, making math in defines tricky. Using parameters seems to…
-
There is a current configuration issue where processing systems have to match deployment systems in image file directory structures. Currently you can define the "document root" relative path for uplo…