Arpad Gabor

Results 59 comments of Arpad Gabor

Seems like closing the parent client ssh `Connection` works instead of the SFTP session, I don't see any errors. Edit: deploying now to our live server and testing that as...

Experiencing a similar issue with `.astro` files. On vscode startup everything looks good, but when I create a new component file it no longer loads it inside intellisense until I...

Seems like the aws-lite implementation for IMDS is incomplete. This is the aws-sdk solution which does a request to the IMDS service when the token or token file is missing...

Happened here as well, if you don't use the lib directly just use overrides, pnpm example: ```json "pnpm": { "overrides": { "@aws-sdk/lib-dynamodb": "3.395.0" } }, ``` 3.395 is the version...

Just found this issue and I must say it would be a bummer to not support plugins in some way. Just found that this plugin https://github.com/unplugin/unplugin-auto-import works directly with esbuild...

I also tried now to downgrade to 0.26.3 and it seems to work.

@simulot you can see in the original issue description how I ran the immich-go command. I managed to upload everything on 0.26.3 so now I'm fine, but 0.27 didn't work...

seems like the script is unable to connect to your server. are you 100% sure that is the IP of your server? if you use another URL to access immich,...