-
### 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…
-
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 …
-
```
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…
-
I recently bought one of these [McPower 'Kinetic' Switches](https://www.berrybase.de/en/kinetic-funk-wandtaster-2-fach-batterielos) to play around with. They don't seem to be supported yet (and I thin…
-
### 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 …
-
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) +…
-
I testing the 1G speed. After running UDP at 1000M, the throughput will drop to 0M in 30 mins.
The command is repeted by a script. I tried to change the read/write buffer size to 10K (-l 10K). It sti…
-
# ✨ 概要
# なぜ必要
# 備考
-
```
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…