polygon

Results 30 comments of polygon

Was able to get a working resut by creating the component colors with ```lin_srgb(...)```. Still seems not very intuitive to me.

I made something like that a while ago. Maybe it helps as a starter. https://gist.github.com/polygon/61e33a0fccecaf4ecf7a Usage as normal via ``` find_package(LibbladeRF) if (NOT LIBBLADERF_FOUND) message("libbladeRF not found") else () message(STATUS...

Any progress on this? I've been trying to use wavy with bevy which also has a thread pool executor and ran into the same issue.

Is there an interest to add this kind of infinite timeout? I assume changing the meaning of `None` for the timeout now would break a lot of existing code. Would...

Any news on this? As for many others, it killed 95% of my use-cases for OwnCloud. Might not be entirely the fault of OwnCloud, it's still a bummer. This was...

Did you ever solve this. I'm also creating a build on NixOS and I'm currently running into this issue. For me, everything points to there being some issue with LTO....

Got this to work, at least standalone. It's in my audio.nix Flake: https://github.com/polygon/audio.nix

I don't have access to an AirSpy so I won't be able to test. I took a look at libairspy though and it sure looks very similar to the hackrf....

I started working on this and most of the backend is finished already. I'm having a bit of a headache though because the Airspy only supports two fixed sampling rates...

I might have overthought this. Apparently it is already the case that the step-size in the frequency range parameter is just an upper limit. I see if I can extend...