-
There are two minor issues preventing the new Picotool building on FreeBSD out-of-the-box:
1) portable_endian.h seems to be out-of date or just plain wrong - I've seen the same thing needing to be …
arg08 updated
2 months ago
-
`reg_im2, footprint = astroalign.register(imdata2, imdata1)` fails with an error message of
'ValueError: Big-endian buffer not supported on little-endian compiler'
when using scikit-image=0.16.2 …
-
**Is your feature request related to a problem? Please describe.**
To be able to read all input registers for my IDM heat pump it is required to have the type Float (Little Endian Byte Swap) availabl…
-
I just got https://github.com/trimesh/cascadio packaged for Fedora, and the test is failing on `s390x` (the sole big-endian architecture). This is clearly a case of an endianness mixup; I’m filing the…
-
numpy >2.0 is not backwards compatible, and specifically fails in the endian/byteorder check. An updated implementation (along with explicitly specifying the proper endianness) that is compliant with …
-
The documentation states:
>With SPNG_FMT_PNG the pixel format will [be] identical to the PNG’s format in host-endian
And then in spng.h for `spng_format` it says:
> /* Channels are always in by…
-
Endianness sometimes is a beast, the "TODO" in your code isn't for nothing:
I have created https://dotnetfiddle.net/OYNy6O that uses https://learn.microsoft.com/en-us/dotnet/api/syste…
-
### Describe the project you are working on
A risc-v emulator that uses `PackedByteArray`s to store registers and memory.
### Describe the problem or limitation you are having in your project
Curre…
-
When I attempt to use this library in the Arduino IDE, I get the following error:
```
In file included from \\nas\data\Documents\Programming\Arduino\libraries\messagepack/msgpack/zone.h:13:0,
…
-
I just installed argopandas with conda:
```bash
conda install --channel=conda-forge argopandas
```
and my first test fails like this:
```python
import argopandas as argo
argo.prof.head(5).level…
gmaze updated
3 years ago