-
```
git clone git@github.com:EarthScope/mseed3-utils.git
cd mseed3-utils
mkdir build
cd build
cmake ..
make
```
copy reference-sinusoid-int32.mseed3 from miniseed repo
```
bin/mseed3-valida…
-
8-bit bound algorithms covered by [Rust crc_all](https://docs.rs/crc_all/latest/crc_all/) not yet covered by `InvertedTomato.Crc`:
- CRC-8/AUTOSAR
- CRC-8/BLUETOOTH
- CRC-8/GSM-A
- CRC-8/GSM-B
…
-
My 5kW EASUN SMH-ii-7K worked fine for months with the fix in inverter.cpp shown below:
- if (buf[0]!='(' || buf[replysize-1]!=0x0d) {
+ if (buf[0]!='(' || buf[replysize-1]!=0x0a) {
(…
-
Hi,
I have an simple program that connects to a server (which is mosquitto running in docker). I have added some error handling so that the client doesn't abort when the server dies or restarts. My…
-
The make-dataset returned a bad CRC-32 error. I will try to manually download the data and convert it.
```
(medium-data-bakeoff-py3.9) stoney@laptop2:~/Desktop/medium-data-bakeoff/src$ python -m …
-
Hello All,
Hoping to get some assistance with this issue. Been having problems for a while and cannot figure out how to fix it. This is a very similar problem to #222 (minus the use of docker) and …
-
According to a trusted dump by No-Intro, the game is supposed to dump as a 8MB ROM not a 4MB ROM.
-
BPO | [36573](https://bugs.python.org/issue36573)
--- | :---
Nosy | @Yhg1s, @serhiy-storchaka
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the …
-
to help you decoding this F7, here is the log I got :
F7 Message for 01B9
```
(03:04:21.204) Gateway -> Thermostat, type 0x03FF telegram: 48 90 F7 00 03 FF 01 B9 (CRC=83)
(03:04:21.234) Thermost…
-
**Describe the bug**
smb rom marked invalid -- vpinmame says ok
**To Reproduce**
There is a validation error showing in VPin Studio saying that the `smb` rom is invalid:
but when I run v…