Neri Marschik

Results 155 comments of Neri Marschik

Thanks for investigating! And sorry for giving too little context. I am using Vertico. Emacs is version 29.0.50, would have to check the actual commit :) It's fine because it...

Oh, that's kinda good news :) I tried to reproduce the issue in #182, but my `browse-url` doesn't work even without embark. 😅 I walked through it with the debugger...

Thanks for letting me know. I think I know what might be the cause.

I will add some check to at least not break on windows. To add proper windows support we would need to check global `npm_modules` in `%APPDATA%/npm`, which I don't have...

Hey thanks for your message! I am glad it is useful to you :) Sorry I didn't notice the issue earlier.

Hi, sorry I didn't see the issue at all. At the moment there is no license. ( https://choosealicense.com/no-permission/ ) What do you want to do with it? It's basically a...

I am on holiday right now, but I'll try to have a look. Thanks for the PR! Much appreciated.

I finally had a look at the code. First thing I want to confirm is about the port. You chose 80 as the default which works for you. Which port...

I found the answer. ```An error occurred (ClientException) when calling the RegisterTaskDefinition operation: When networkMode=awsvpc, the host ports and container ports in port mappings must match.``` So could you rewrite...