Janez Troha
Janez Troha
> I've updated the Target.h as suggested but now I've an issue with the configurator: all sensor icons are off > You need the latest configurator from the master, the...
Using osquery and custom checks ```yaml id: open-ports titlePass: No open ports found titleFail: Open ports found # get list out open ports, count lines, if lines are found print...
Related to #58 (also detected ok with beets): ``` /opt/glasba/Soundtracks/The Girl With the Dragon Tattoo/36. Trent Reznor and Atticus Ross - Infiltrator.mp3Traceback (most recent call last): File "/usr/local/bin/shiva-indexer", line 9,...
This can be done via https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/memory-types.html#noinit-dram ```yaml on_boot: priority: 800.0 then: - lambda: |- __NOINIT_ATTR uint32_t my_data; id(some_value_sensor).publish_state(my_data); sensor: ... id: some_value_sensor on_value: then: - lambda: |- __NOINIT_ATTR uint32_t my_data;...
The mp4 is kinda not designed for joining containers, mkv on the other hand is. I have a patch that saves to mkv and then one can use `mkvmerge -o...
> This is definitely planned and it shouldn't be too hard to implement. The thing I'm not sure about is how to incorporate it into the UI. Suggestions are welcome...
You can find bunch of OSD fonts at https://sites.google.com/view/sneaky-fpv/home
For starters, you can use the default font from cadxx https://drive.google.com/file/d/1c3CRgXYQaM3Tt4ukLSIvoogScQZs9w49/view
I suggest getting even higher base number as Apple may add more users and groups. ``` curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --nix-build-user-id-base 400...
> The updated UIDs are only used if you're installing on macOS 15. It does not change it for any lower versions at this time. The problem is if when...