-
## 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…
-
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 …
-
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…
-
I exported the mod list from curse forge's app so sorry its so compact
mod_id,mod_name,mod_version,mod_file,mod_url,display_url,issue_tracker_url
betterdungeons,YUNG's Better Dungeons,1.18.2-Forge…
-
The following code to decode a u64 from base64 works fine but is quite ugly:
```Rust
let mut array = [0u8; 9];
base64_url::decode_to_slice(str_rep, &mut array).expect("Not a valid…
-
[The current scaffolding for the powerset domain defines a few bits](https://github.com/dart-lang/sdk/blob/main/pkg/compiler/lib/src/inferrer/powersets/powerset_bits.dart):
- `true`/`false`/`null`/`o…
-
So thanks for putting this out... I'd like to suggest some small possible changes/RFEs (I actually hacked up your source to put these in, but am not 100% sure it wouldn't impact other things, given th…
-
```
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…
-
```
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…