Daniel

Results 65 comments of Daniel

After implementing it and playing around with it I agree - your way definitely made more sense.

This is a browser default - I am not sure if we want to override that? As for host offline, I propose making the icon red or something to show...

If microsoft doesn't care about the defaults than I don't either. I am using the default "copy"/"none" icons from the browser - on macos for some reason the "move" and...

How about making a CI task for publishing instead? That reduces the chance of human error significantly.

Capped collections would be a great addition.

Github can publish to npm automatically. Here is an example where I set it up to publish whenever I create a certain tag: https://github.com/Danielv123/gridworld/blob/main/.github/workflows/ci.yml

There is no mqtt, but there is Prometheus support for data logging. Grafana supports automatic alerts etc if you want that, or you could just scrape the /metrics endpoint. I...

Honestly no idea, if you got a cli command to read it with a relatively clean output I can look into adding it

I see you use -C 3 while I don't in the tool. I assume that would be the difference? Do you get any output running without -C 3? --help describes...

Sorry for not following up on this, but I haven't had much time. I'd like to figure out what the issue is, but I can't find a way to reproduce...