-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Calling `BigInt.toString` in graph-ts execution context produces an incorrect results for large num…
-
```
---> Testing R-bigsnpr
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-bigsnpr/R-bigsnpr/work/bigsnpr" && /opt/local/bin/R CMD check ./bigsnpr_1.12.15.tar.gz --no-man…
-
The following CMake-stage issue is reported for ADIOS 2.5.0 on s390x architecture with dill:
```
-- Disabling emulation
-- ADIOS2 ThirdParty: Configuring dill
-- Check size of void*
-- Check size…
-
We should be able to take a pre-release firmware image and start it up under qemu for testing without requiring a physical router.
Qemu supports the MIPS CPU in the WNDR3800. The OpenWRT build target…
-
Cerealed seems to have no support for different byte orders.
The library should clearly support both little and big endian.
-
The SAL assumes that all addresses are stored in network order (big endian). This is not documented, which is a bug.
-
I'm using rkyv in an RPC system where I have a `Procedure` enum that's basically:
```rust
#[repr(u16)]
enum Procedure {
DoThingA(Box) = 100,
DoThingB(Box) = 200,
// many more...
}
…
-
I've been considering if we could get rid of the build script for determining the host architecture, using [`target_*` cfgs](https://doc.rust-lang.org/reference/conditional-compilation.html) instead o…
-
Thank you for your great extension.
Please consider to add a mode to dump from right to left.
From: [DAV's Endian FAQ](http://david.carybros.com/html/endian_faq.html) (a famous article on comp.a…
-
Hi
Just wondering what the purpose of the "Beacon code" is. Why is the big endian representation of a seemingly random hex needed in the advert packets?
Thanks