Simon
Simon
> As long as the API does not error when the field is present I think we can merge. AFAICT the field was added in 1.29, so we need to...
> I did not yet, and unfortunately our GitHub Actions test suite does not work for PRs from forks :( No worries, thankfully https://github.com/hetznercloud/kubernetes-dev-env works very well :smile: --- I...
@lukasmetzner Thank you for completing my work in #783 :rocket:
Similarly, `dict: true` seems to be unsupported - the field is displayed as a string. These two limitations do not seem to be present in the `zapier invoke` documentation: https://github.com/zapier/zapier-platform/blob/44d599ee72505049ee265fe84c944ddc6bd49854/docs/cli.md#invoke
Thanks for the quick reply, and no worries :slightly_smiling_face:
Same problem on Debian with an encrypted `$HOME` (using eCryptfs).
> Has someone tried to move the flutter binaries out of the home dir? @Philippdosch My `$HOME` is encrypted. I moved the flutter SDK to `/data` and kept my project...
This is only the "outer" shell inside the container. If you run any command (e.g. using `host.run_shell_command()`), the command is wrapped inside another shell (`sh` by default). ### Example ```python...
I believe the PWA manifest would need to be dynamic as well since it contains paths (`start_url`, `icons`)
@TwiN Is there anything missing from this PR? I'd fix the merge conflicts if you're happy with the general idea. Thank you!