-
### Describe the Problem
Campaigns can easily end up with pages full of macros, and it can be difficult to find the right one in a timely manner.
This often ends up with long drawn out moments of pe…
-
As users start to extend routines on the Python side - and we add more wrappers on bindings - we should start profiling these sections to catch unexpected bottlenecks.
For that, we should wrap and ex…
-
If I include `fclaw2d_convenience.h` in `fclaw2d_global.h` this results in errors of the form
```
In file included from /home/runner/work/forestclaw/forestclaw/applications/build/ForestClaw-prefix…
-
I wanted to discuss the overall design of the macro APIs that people are coding against. Ultimately, my goal is to move them much closer to the existing APIs with the exception of the introspection AP…
-
In GitLab by @wynprice999 on Mar 1, 2023, 22:01
It seems like the field names used for deserialization can't be renamed. I would expect using `#[zvariant(rename = "...")]` would rename the field, but…
-
I just saw this on my feed and thought I would leave a comment. Please disregard if this is not in line with your goals.
1. base64 is usually to transform arbitrary binary data into a string. Howev…
-
*Description*:
>Some stats can potentially be used for functional purposes during operation. However, the fact that they can be disabled via a stats matcher expression makes that an anti-pattern curr…
-
I know i'm able to define macros in `~/.gdbinit` (just not interactively using `define` from the `crash` prompt)
hoping to have a string comparison in such a macro using `$_streq` as per https://s…
-
It would be nice if `asm_xtensa` were to provide push/pop convenience functions for saving/restoring registers.
In `asm_thumb` one can write very clean code (ignoring the wrong register names for i…
-
Maintainer's notes
Path forward
1. Create a crate with these, and other related cargo env variables
2. Port clap over to this crate
3. Deprecate the `crate_*` macros, pointing people to that cra…