Uriel Corfa
Uriel Corfa
Hi, I'm running the release Firmware 0.62.1. I captured the following key in the wild: https://dev.flpr.app/s/#path=subghz/Test1.sub&Filetype=Flipper+SubGhz+Key+File&Version=1&Frequency=433920000&Preset=FuriHalSubGhzPresetOok650Async&Protocol=CAME+TWEE&Bit=104&Key=83+BD+00+FA+00+B7+00+BA I don't know the actual source of the signal, I got this by chance...
Hi, thanks for this lib, it's very convenient. One small issue I have with this is that this makes coloring unconditionally assume that the output of the program is a...
I just found out that complex unicode ("zalgo" text) can cause CIRC 0.6.6 to crash. I haven't witnessed the behavior on the client-side, but here's a reproducible test case: 05:04...
Hi, I'm trying to use OSC to receive messages in Sonic Pi. Specifically I'm sending these messages from [VCV Rack](https://vcvrack.com) using the [Trowasoft modules](https://github.com/j4s0n-c/trowaSoft-VCV) in a way described [here](https://in-thread.sonic-pi.net/t/sonic-pi-with-vcv-rack/2394/11?u=korfuri). I'm...
Running headscale-ui 2022.08.13-beta, when navigating to the device view, I'm greeted with a broken page and this error in the console: ``` devices.html.svelte-b457f55c.js:1 Uncaught (in promise) TypeError: Cannot read properties...
Minor issue: if `Headscale URL` is filled to include a trailing `/`, this causes the requests to Headscale to be of the form `https://server//api/...` which returns 404s. Options: * Assuming...
Hi, I had a discussion at Camp with @MyIgel about what the Translation angels would need in order to manage our shifts in the Engelsystem. On the technical side, the...
It appears that cvOSCcv always sends its messages as bundles, regardless of whether it's sending one or more values. This is fine by OSC standards AFAICT but I'm working with...
Hi all, I've been experimenting with agenix and other secret distribution mechanisms trying to find the one I like the most. I'm quickly converging on agenix as my top choice!...
I recently added a flake for nixos-appstream-data. This allows us to depend on that flake instead of doing an IFD to load its default.nix. An IFD in nix-software-center is problematic...