willis936

Results 8 comments of willis936

When I try to open the traefik dashboard by going to `https://traefik.` and `https://traefik.` on a LAN machine’s web browser, the address does not resolve. Originally the DNS server was...

I’m not familiar with audiokit but an okay first pass approximation would be an “if input is above limit then set output to the limit”. This is the behavior of...

I can’t see any screenshots in the github issue page. I played with the settings you mentioned. I am not 100% certain, but I think they may be dynamic range...

Here is a copy of the script I made that implements this repo. ``` #!/bin/bash # Download/compile raspberry pi 4 kernel with PTP # https://github.com/twteamware/raspberrypi-ptp/ # source directory SRCDIR=/srv KERNELBRANCH=rpi-5.10.y...

Please add luma firm payloads. Tools like hourglass9 and decrypt9 are a pain to get installed without multiupdater.

I'm having issues with persistent world loading too. I have an ubuntu machine that runs a service that launches a docker-compose file. The docker-compose file specifies the data volume to...

I got it sorted. There were a few issues, all related to the rsync calls. Firstly, rsync does not make destination folders if they are not already present. Second, I...

I had this issue when trying to transmit below 100 MHz. This code modulates the SoC base clock. It has a limited range where things do not break.