Results 152 comments of AndreKR

In my case it's an rclone mount volume and the remote already has data.

FWIW, I too have abandoned the volume driver approach in newer installations and instead I now configure the rclone mount via `fstab`: ``` ms: /mnt/ms rclone ro,nofail,_netdev,x-systemd.automount,args2env,vfs_cache_mode=full,vfs_cache_max_size=500M,vfs_cache_max_age=999y,config=/etc/rclone.conf,cache_dir=/var/cache/rclone,allow_other 0 0 ```...

@titusz Did you say there is an API request to get the fee per byte that the node would use? I can't find it. You also said something about `settxfee`?...

I have exactly the same requirement. I tried setting `off_when_shutdown: True` but that doesn't seem to work. When I issue a host shutdown, the device isn't powered off. This could...

I would bind an `exec` handler to it, which would then start `php-fpm`. That way I just need to double-click Caddy to start both Caddy and PHP and, more importantly,...

The setting of the `GIT_SSH_COMMAND` environment variable that causes the issue was added in https://github.com/npm/cli/commit/42965fdfa08072e2b172d777569900522de63802. The commit message doesn't make clear what that change was supposed to do, so maybe...

Ah, I see. On a side note, a hanging installation as described in https://github.com/npm/git/pull/7 is certainly not good but I am not sure that simply accepting all new host keys...

@bluebear94 Sorry, could you elaborate on [your workaround above](https://github.com/typst/typst/issues/4534#issuecomment-2223697483)? When I try using it, I'm getting: ```typst #import "test.typ" as foo #foo.public-item-1() ``` > Module `test` does not contain `public-item-1`

I'm also seeing this. Windows 10 Pro 22H2, Edge 135.0.3179.73 ![Image](https://github.com/user-attachments/assets/978b5292-73e6-4a64-b3c0-f37a370dc1b4) I tried doing the dev mode thing but I am unable to build the app. Details about the failing...