-
Bitfields break everything. Make them not do that.
Bitfields are currently implemented in DataTypes, but they do not fit very well into the design we've set up. They are currently ignored in checkp…
-
```
type Example struct {
Misc int
Bitfield struct {
A int `struc:"[0]bit"`
B int `struc:"[1:3]bit"`
C int `struc:"[3:9]bit"`
D int `struc:"[9:15]bit"`
} `s…
-
Error when I try to login to my dashboard, how to fix it?
> RangeError [BITFIELD_INVALID]: Invalid bitfield flag or number.
> at Function.resolve (/root/AtlantaBot/node_modules/discord.js/src/…
-
```lua
---@enum eStopFlags bitfield
eStopFlags = {
STP_PHYSICAL_OBJECTS = 1,
STP_NONPHYSICAL_OBJECTS = 2,
STP_PLAYER = 4,
STP_UPDATE = 8,
STP_PHYSICS = 16,
}
if g_StopFla…
-
Slac code gets error when reading their dataset:
```
Task "legate::experimental::io::hdf5::detail::HDF5Read" threw an unsupported exception type (std::runtime_error): "unsupported type code: binar…
-
See also https://github.com/mirage/ocaml-cstruct/issues/205 and https://github.com/mirage/ocaml-cstruct/pull/215 for my attempt to add them into the Cstruct library. Hopefully they can be helpful.
-
https://redis.io/commands/bitfield
Are there any plans to support `bitfield`?
-
Every time an error is reported after running for a period of time.
`chia_plot: /home/Jhonlu/desktop/chia-plotter/include/chia/bitfield_index.hpp:45: std::pair bitfield_index::lookup(uint64_t, uint64…
-
Redis supports incrementing multiple offsets of a bitfield like the following:
`bitfield xyz incrby u32 32 1 incrby u32 64 1`
but the redisson interface supports incrementing only one offset using t…
-
This is not generating all documentation with version 1.3.2 from crates.io:
```
/// Some struct
#[bitbybit::bitfield(u32)]
pub struct BbyBTest {
/// lspi
#[bits(11..=31, rw)]
pub …