Anders Björklund

Results 160 issues of Anders Björklund

Like so: ![lolcat](https://user-images.githubusercontent.com/10364051/202303292-12947f10-d595-4321-a5f2-68f0c56527de.png) See for demo (or [charm.sh](https://charm.sh/)) Closes #5

Preferrably also COLORTERM=truecolor This allows for a better color prompt: ![lima-shell-prompt-colors](https://user-images.githubusercontent.com/10364051/202301465-29c4c6da-cfb3-435b-8f22-4f036f8ceb0c.png) It is already handled OK, by xterm.js

This should use `wss://` instead of `ws://`. With alternative backend: `http.ListenAndServeTLS(":8443", certFile, keyFile, nil)` Next step is password * #4

There needs to be a password, for the display connection. It can be a simple 8-character PID string like e.g. VNC uses ? Setting a random string at start up,...

It seems to be assuming that all output is valid UTF-8. ``` bridgeWSAndSSH: wsRead: conn.NextReader: websocket: close 1002 (protocol error): Invalid UTF-8 in text frame ``` For instance the warning...

Needs support for "docker volumes" and for "docker run" https://code.visualstudio.com/remote/advancedcontainers/docker-options It can't run `nerdctl` CLI, due to hardcoding API functions: `template: :1:9: executing \"\" at : can't evaluate field APIVersion...

This should be moved to the "containerd" organization, like nerdctl... https://github.com/containerd/nerdctl For that, it would need some maintainers and Continuous Integration: https://github.com/containerd/project

Currently _everything_ is in one big "main.go" file... e.g. * version * system * container * image * build

https://podman.io/docs/installation So it ends up missing, in the `info` ``` pasta: executable: "" package: "" version: "" ``` But podman runs OK, with slirp4netns. ``` slirp4netns: executable: /usr/bin/slirp4netns package: slirp4netns_100:1.1.8-4_amd64...

https://podman.io/community There is an icon link to https://slack.k8s.io/, but there is no `#podman`channel. (https://podman.io/) * `#crio` (https://cri-o.io/) * `#podman-desktop` (https://podman-desktop.io/) So users are unsure where to communicate. The "right" answer...