-
Add support for `search_intervals` for running the non-hierarchical version on `bigint` pdarrays mixed with other types (where the bigint will still be hierarchical between it's high bits and low bits…
-
In the gaussianimage_cholesky.py we have a six bit quantizer with three channels:
```
self.cholesky_quantizer = UniformQuantizer(signed=False, bits=6, learned=True, num_channels=3)
```
…
-
I am using version 1.0.9 on esp32.
My keyboard is logitech g100s and it supports usb and ps2.
After pressing any LOCK key, nothing happens when I press any key until I reconnect the keyboard.
Se…
-
I am getting the following error when building firejail against the latest gcc/glibc.
```
| {standard input}:2515: Error: symbol `fopen64' is already defined
| {standard input}:2883: Error: symbol …
-
Hi,
Wanted to use this simple encoder. For rotation detection, double turn needed
![image](https://github.com/user-attachments/assets/80218dbd-1a95-4bc9-8c82-b348cd0c48fc)
Made this modificat…
-
```
on my atmega328p:
I have L/H/E as C6, DC, FD (I want brownout under 3.3v)
Lock bits are EF
I don't think that is what the makefile does.
```
Original issue reported on code.google.com by `tz2…
-
## Expected behavior
When a BIT(n) (where n is 9 or greater) field is present, HeidiSQL displays all n bits of the value in the cell
## Current behavior
HeidiSQL displays only 8 bits of the f…
-
### Proposal
Mermaid packet format insists on bit start -> bit end. This makes it very difficult to change your mind while generating a packet diagram, eg increasing one field from 16-32 bit.
As…
-
hey, a small issue in your print_bits, compare the result of this code:
void print_bits(unsigned char octet)
{
unsigned char bit;
int i;
i = 8;
while(i--)
{
bit = (octet >> i & 1) +…
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help us …