Torsten Bronger

Results 30 issues of Torsten Bronger

FWIW, on my screen and seen with my eyes, the boxes on the new documentation pages have a background colour almost as bright as the main background. This way, the...

styles
docs

I try to understand how orbit-db actually works. Is there an every-growing chain of DB entries that every node maintains, and every node is publishing their HEAD to an IPFS...

Architecture

I have the following settings in my schedy.yaml: sleeping: allow_manual_changes: true rescheduling_delay: 10 actors: climate.eurotronic_spzb0001_1975c403_thermostat: template: zigbee schedule: - value: 23 weekdays: 2-5 start: "8:00" end: "17:00" - value: "OFF"...

The process 1 in the Wekan container (node) does not respond to a TERM signal, therefore, the container needs to be stopped forcefully and after a grace period. Instead, a...

### gopls version ``` Build info ---------- golang.org/x/tools/gopls v0.7.4 golang.org/x/tools/[email protected] h1:hw8cpqjio1iMwIKbbDkG3MeW4l8R9dY/yqOHqv7HImA= github.com/BurntSushi/[email protected] h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw= github.com/google/[email protected] h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= github.com/sergi/[email protected] h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= golang.org/x/[email protected] h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38= golang.org/x/[email protected] h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/[email protected] h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0= golang.org/x/[email protected] h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/[email protected] h1:JRBiPXZpZ1FsceyPRRme0vX394zXC3xlhqu705k9nzM= golang.org/x/[email protected] h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= honnef.co/go/[email protected]...

gopls
Tools

I used to use https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt but even with “block” instead of “black” this yields a 404 now. Where did it move?

In https://dwd.api.proxy.bund.dev/v30/stationOverviewExtended?stationIds=10505 enthält `"sunshine"` in `"forecast1"` folgendes Array: [ 490, 540, 540, 530, 530, 530, 510, 470, 370, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...

In z.B. https://dwd.api.proxy.bund.dev/v30/stationOverviewExtended?stationIds=10505 ist „sunshine“ enthalten (stündliche Daten), aber in was ist das angeben? Offenbar kann es größer als 100 werden, also scheiden Minuten und Prozent aus. Promille vielleicht? (Eventuell...

The entrypoint `run.sh` ignores TERM signals. As a simple fix, one can change the last lines to ```sh sleep infinity & wait ``` This does not avoid all possible races...