-
The branch convenience macros are said to use sltu etc. This means they clobber a register, and the docs do not say which. This is a problem for RSP and other such platforms where there is no ABI to f…
-
Right now, there's a bit of syntactic overhead when creating a hashtable for records:
```lisp
(scm:define main
(scm:let*
([r0 (scm:letrec* (($record (scm:make-hashtable scm:string-hash…
-
I'm new to CEL but it looks like when you use one of the macros evaluating predicates (currently `all`, `exists`, and `exists_one`) on a map, only the current key is made available to the predicate. W…
-
For commonly use steps for model prep in Trelis/Cubit, scripts or macros can be provided to the users on the website. Here are some initial idea(s):
- [ ] automatically adding a graveyard in Trelis (…
-
Tracking issue for a few extra convenience macros that would make flatbuffer schema translation a little more straightforward:
- [x] `@enumtype T UInt8`: since `Enum` in Julia is `Int32` by default an…
-
I would like to propose providing the name of a detected component in a universal macro.
- `BOOST_LANG_NAME` shall be defined as detected language name
- `BOOST_ARCH_NAME` shall be defined as dete…
-
# Issue Description
There is a problem with `obs-api` package being `noarch`. It depends on value of `%{_libdir}` for location of architecture-dependent bundled gems provided by `obs-bundled-gems` pa…
-
Would be good to avoid depending on both pest and pest_derive, just for convenience. Just like Serde, pest with pest_derive feature could re-export the macros.
kvark updated
4 months ago
-
We're currently planning to include a wrapper function, `nimbleOccu`, to provide lme4-like interface for setting up occupancy models using macros and (optionally) running MCMC.
If we try to use `ni…
-
The sockets tutorial is kind of a mess to read. Both sections are weighed down with an extended tangent about the "mistakes" that the author encountered, which are confusing to read and can't be much …