Daniel Bast

Results 71 comments of Daniel Bast

The mentioned iso dos not contain a writeable filesystem where it is possible to chroot into. You can instead use `http://cdimage.ubuntu.com/releases/20.04.2/release/ubuntu-20.04.2-preinstalled-server-arm64+raspi.img.xz`, where this is possible, see also https://github.com/mkaczanowski/packer-builder-arm/blob/master/boards/raspberry-pi-4/ubuntu_server_20.04_arm64.json

There have been bugs regarding the Docker container not really be multi-arch in the past (wrong base go image), but those have been fixed some time ago. Tried the example...

Spent more time with above mentioned ideas and proposed solutions and compiled a README usage and scripts update https://github.com/mkaczanowski/packer-builder-arm/pull/232 to debug, explain and avoid/prevent the error `error initializing builder 'arm':...

+1 Adding a machine readable output format with more information like finding, rule ID, filename, line number etc would also allow to write a GitHub action problem matcher to be...

To make it super clear: the PR only contains content that was created by the single command `./gradlew wrapper --gradle-version 6.9.2`... nothing was manually changed/added/removed.

@ncordon oh, right... forgot that `./gradlew wrapper --gradle-version 6.9.2` has to be run 2 times for a full update... the first run updates some pieces and the second run is...

This are 123 lines of added code... how is it fundamentally different from, e.g.? ``` provisioner "shell" { inline = [ "mv /etc/resolv.conf /etc/resolv.conf.bak", ] } provisioner "file" { source...

Can we please reconsider adding Solana despite the general (good!) hesitancy to add new coins. A lot changed in the last 2.5 years since the PR was opened: * Solana...

or you enforce a newer constructor version where this always was correctly pinned: e.g. `conda install "constructor>=3.4.2"` or `conda env create --name constructor "constructor>=3.4.2"`.

Seems like with a completely different error... not able to resolve dependencies. Can you replace the line in https://github.com/gdsfactory/gdsfactory/actions/runs/4396097366/jobs/7698325611 * `conda install "constructor>=3.4.2" -y` with e.g. `conda create --name constructor...