Sohalt

Results 52 comments of Sohalt

Yes, store is a volume with ext4 (defaults).

The error shows up with cloud-hypervisor using virtiofsd to share the host store. Using a different hypervisor and 9p works. The issue is probably due to https://lore.kernel.org/lkml/[email protected]/

I was able to get stable ssh keys using something like ``` system.activationScripts.ensure-ssh-key-dir.text = "mkdir -p /opt/ssh"; microvm.shares = [{ tag = "opt"; source = "/var/lib/microvms/foo/shares/opt"; mountPoint = "/opt"; proto...

Thanks. I sadly don't now either angular meteor, so I can't fix it right away. Maybe I'll find the time to learn it. Can you give me some hints where...

When/If https://github.com/sandstorm-io/sandstorm/issues/2602 gets fixed, this should work normally again. Otherwise one could implement the workaround `POST`ing the blob to the server, which just echoes it back with the correct headers.

This is fixed by https://github.com/simonv3/quick-survey/pull/72 but there has not been a new release since.

I briefly looked into this and bumped into the issue that you cannot store `None` in the hierarkey store. What about using -1 to indicate an unlimited time for payment?...

For our specific use case we would like to give everyone the opportunity to pay until the event date itself. I guess this could done by manually calculating how many...

Oh, that looks interesting. Also, setting the expiration per payment provider would be somewhat interesting to us. If you can publish your plugin that would be very nice.

@felxrindt thank you!