Anders Björklund

Results 160 issues of Anders Björklund

### Description It doesn't work so great in a multi-user environment, and doesn't work on Windows (compared with e.g. `C:\TEMP`) i.e. when several users are sharing a server, they will...

Improves the error message, when using a top-level directory by mistake. ```console $ mkdir -p /tmp/foo/bar $ LIMA_HOME=/tmp/foo _output/bin/limactl ls WARN[0000] The directory "/tmp/foo" does not look like a valid...

Make it possible to fill in the defaults (null) with limactl validate, with a workaround for python yaml. Was using a local patched version to test with the jsonschema and...

Add a simple unit test for some coverage

Make sure that it is possible to parse default.yaml to the expected LimaYAML structure Add some minor changes, to make the internal representation (before defaults) "pretty" Left to do is...

Avoid issues with converting null strings in a map value Change order to alphabetical, to match the "limactl info" ---- Helps with: * https://github.com/lima-vm/lima/pull/1069 * https://github.com/lima-vm/lima/pull/2306

Closes #2282 ~~Needs docs.~~ ---- lima.yaml (based on debian.yaml) ```yaml ... provision: - mode: ansible playbook: playbook.yaml ``` inventory.yaml (auto-generated) ```yaml lima: hosts: ansible: ansible_connection: ssh ansible_host: lima-ansible ansible_ssh_common_args: -F...

Display an error message, when trying to put $LIMA_HOME on NFS network filesystem (instead of local filesystem) Closes #2325

### Description When looking at alternative implementations, such as Raspberry Pi or cloud instances, it could be useful to look at the generated basic cloud-init / cloud-config information. Without having...

Might want to bind to localhost by default ?