William Dillon

Results 10 issues of William Dillon

> 6. Block your firewall on port 8080 to prevent unencrypted access to lorawan server from public internet. All interaction should be through encrypted 8443 port. > 7. Restart nginx:...

This is a useful application. I forked it because I need pipes support. While I'm digging around, I noticed that QTKit is deprecated. I'm just about done moving it to...

enhancement

First of all, thank you so much for making this. I've made SDR apps in the past, but never one close to as nice as this. Excellent work. I'm using...

Hi, This issue is really just to check whether you'd invite a PR for the addition of two headers to dispatch.h that are required for the Swift Package manager to...

As mentioned in the Discord, and to further support [this issue](https://github.com/pola-rs/polars/issues/4240), I've implemented a dedicated histogram function. It's very similar to `cut()` in implementation (uses asof_join), but it keeps categories...

rust

This change exports the `doc` macro, which is required to be exported for the already exported `define_color` macro to work. This has been documented in bug #413

**Describe the bug** I was working on some custom palettes, and I looked how they were made in the upstream code. It seems like `define_color!` is the way to do...

bug

This package is great, and it's most of what I need. However, there doesn't seem to be a way to give it an iterator and have it derive the distribution...

These changes are a bit ugly. The issue with INADDR_CONST is that I have to tell Swift very explicitly (this feels like a swift bug to me) the bit pattern...

Hi there. I'm trying to understand how to add new peripheral maps to this platform. I've added the SVD file, and took a crack at editing the peripheral map macro....