Results 825 comments of Vitaly Shukela

~It is building for musl (as specified in Dockerfile), but musl target is not installed in building environment.~ ~I suppose it ignores the `FROM rust:1.60-alpine3.15` line from Dockerfile?~ Looks like...

Note that `Dockerfile` has been changed in 1.12 is probably (not checked) more portable. I don't know how musl-based images work on non-amd64 though.

I should probably (someday?) educate myself about this whole Github CI thing to understand what does this pull request mean and how to use/verify it. Maybe starting with some small...

> It will also push this container image to the ghcr.io container registry so users can just pull image and use it ... tag created How does it interact with...

Is it practical to try to attain reproducible builds, so that local and CI builds would have the same hashes (hence, I suppose, the same container identifiers)?

What do you mean by "a service"? How is it related to Websocat? Is it a WebSocket-based service? Typically you should use a software like Nginx or Caddy for customer-facing...

Indeed, `autoreconnect:reuse:` does not make much sense. Maybe I'll implement a lint that shows a warning when trying to use such combination.

> My ultimate use case is periodically (e.g. every second or via tail) reading a file, filtering lines, and dumping results to a (real) server. I'd rather not reconnect every...

`--dump-spec` option shows debugging output, depicting auto-inserted message-to-line and line-to-message convertors in text mode (which is the default). Those conversions allow scripts to rely on one message = one line....