vroad

Results 16 comments of vroad

How could this be implemented? Something like Cluster Autoscaler? https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html To make this work in cluster autoscaler way, you need to set up autoscaling groups and serverless app that terminates...

Calling this action with stop mode is no longer required if we use those methods? If we create lambda function that periodically watches runner, stop action is useless. SQS message's...

> * When the action starts a new EC2 instance, some special code can be run, which monitors the active processes on the EC2 instance. If the EC2 instance is...

Moved from https://github.com/HaxeFoundation/haxe/issues/5467 . It looks like C# implementation copying all fields of original Array. (Using reflection for some reason). Doesn't that cause more issues? That's slow, and newly created...

Is reflection always needed to achieve this? I don't know where reflection calls came from. Are they automatically generated by Haxe?

I'm using iTerm2, so I tried changing shell command to `/etc/profiles/per-user/thiro/bin/zsh` and also tried opening another shell by running `/etc/profiles/per-user/thiro/bin/zsh` directly, but this didn't make difference. The issue seem to...

I run that to make sure that I'm running zsh installed by nix, not pre-installed one. I also tried installing starship as one of packages in `home.packages`, rather than as...

I developed a new feature of robotnix for testing waydroid image changes locally with `debugEnterEnv` script. https://discourse.nixos.org/t/im-working-on-new-features-of-robotnix-which-makes-testing-android-os-changes-easier/18507 While this doesn't solve the problem with regular robotnix build, it still allows...

@danielfullmer I rebased and built from your branch, converted the image to raw image with [simg2img](https://docs.waydro.id/development/compile-waydroid-lineage-os-based-images#image-generation-from-sparse-image), and copied generated image to `/var/lib/waydroid/images` and run, but it doesn't mount as read-write....

Well it should mount as **read-only**, not read-write as waydroid is trying to mount images with `mount -o remount,ro`, so what's the cause of the error?