gojimmypi

Results 99 issues of gojimmypi

I've [successfully built](https://twitter.com/gojimmypi/status/1292575917861036032?s=20) the recent release of sigrok/lib/decoder/pulseview on WSL Ubuntu on Windows 10. I tried to build [smunaut/libsigrok](https://github.com/smunaut/libsigrok) in the context of our discord chat to get `iua` working...

I tried installing `edalize` via the [instructions](https://github.com/olofk/edalize#install-it) from my fresh fork but I saw an error that looked dependency-related: Note there's a `ContextualVersionConflict` warning about `Jinja2`. This is on WSL,...

question

see also https://github.com/olofk/serv/pull/69

Perhaps unintuitive only to a newbie (such as me) the error `Invalid downlink type:` (with nothing listed afterwards) when running `goesrecv` actually means one of the `[Demodulator]` items in the...

I saw that Visual Studio 2019 (and 2015 & 2017) are supported in version 1.9.6.0 as noted in https://github.com/HJLebbink/asm-dude/issues/92 however when I do a fresh `git clone` and upon compiling...

Here's the text file from the fresh NuGet install for me today: ``` SlowCheetah =========== XML Transforms for app.config and other XML files ## Visual Studio Extension for creating and...

### Version Latest master branch ### Description As [noted](https://github.com/espressif/esp-idf/pull/9288#issuecomment-1174602615) in https://github.com/espressif/esp-idf/pull/9288 there's a new [Espressif Component Manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html) in the works. wolfSSL needs to be integrated as an ESP-IDF component,

enhancement
Feature Request

### Version current version ### Description The [random.c](https://github.com/wolfSSL/wolfssl/blob/debb59849950bd92fe75d242ba59ddaa76153269/wolfcrypt/src/random.c#L2478) function for `wc_GenerateSeed` has a define for `WOLFSSL_ESPWROOM32`, `WOLFSSL_ESPWROOM32SE`, and `WOLFSSL_ESP8266` but needs one for `WOLFSSL_ESPWROVER` as well as the `-C3` and...

enhancement
Feature Request

### Version current version ### Description The [Windows Espressif ESP-IDF setup_win.bat](https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/setup_win.bat) component install does not properly handle spaces in the `IDF_PATH` or command-line parameter. For example when someone has a...

bug
enhancement

I thought it was a little odd to see the channels skipping around for each loop so I fixed that. Plus having known MAC address prefixes makes it look more...