-
Hello!
First of all I want to thank you for the work you have done porting this library to Python for Raspberry Pi. You have done a great job.
I was already using your library for Arduino, whi…
-
Comparing two `Uint8Array` compares the full js object and not just the bytes which means that even if two action hashe Uint8Array are the same hash, they may not be considered equal. It would be nice…
-
I had a feeling like we already reported this, but can't find anything.
The compiler fails while `izumi-reflect` introspects `Array[Byte]` with an obscure stacktrace:
```
java.lang.AssertionEr…
-
How can I get array items aligned to 8 bytes? Since all the items are pointers, without 8 byte alignment ubsan complains about "load of misaligned address". I tried `-D HXCPP_ALIGN_ALLOC` but it didn'…
-
`ByteArray.contentToString()` output is... not great. Emitting hexidecimal is probably more in line with what someone would expect.
This is blocked on `HexFormat` and its APIs (e.g., `toHexString()…
-
It's not possible to read big Decimal value from Parquet with [DELTA_BYTE_ARRAY encoding](https://parquet.apache.org/docs/file-format/data-pages/encodings/#delta-strings-delta_byte_array--7).
`Code…
-
This is probably a `LLVM` behavior that is affecting `rustc`.
The following snippet explicitly deals with arrays of 64 bytes and was extracted from a WebSocket procedure that unmasks frames received …
-
**Describe the bug**
I am using Lset to convert a Long to an array of 4 bytes (for decoding chunk headers in a WAV file). If the byte array lower bound is 1 rather than zero then there is a very rand…
dmrvb updated
1 month ago
-
In my dataset, there is a shape_area field defined as follows:
![image](https://github.com/user-attachments/assets/0a0d0402-6924-4ee9-9e2b-b72ace571336)
During parsing, I found that the data value…
-
Hello!
While trying to use [wlr-foreign-toplevel-management-unstable](https://wayland.app/protocols/wlr-foreign-toplevel-management-unstable-v1), I ran into some trouble with the array types.
I …