Eskild Diderichsen

Results 112 comments of Eskild Diderichsen

I'm still waiting for a full explanation from esbuild. They told me that I have to use `require` to get the cjs file. That probably makes sense if writing raw...

I'm still waiting for an explanation from esbuild or a discussion about this behavior. I didn't test this. But I think a workaround would be to use `require` instead of...

Closing this as there is no progress in https://github.com/evanw/esbuild/issues/3365 This is a niche issue that is becoming less and less relevant as we're all moving to ESM

isn't the success type solved with the generic HttpClient we got a while back? https://angular.io/api/common/http/HttpClient#get ![image](https://user-images.githubusercontent.com/1266245/99451293-4f3da900-2922-11eb-8272-b6347f4eddfb.png) That at least solves it for me. However the error response type is still...

> We can look into this once the Angular CLI itself supports it That's fine for the yarn pnp support. However "unsound dependencies" seems like a general thing. It's been...

Thanks for the suggestion. However `{username}:{password}` is different from an API key.

didn't notice this before. But even the workspace folder have permission issues ```zsh @snebjorn ➜ /workspaces/openapi-generator (feature/devcontainer ✗) $ ls ls: cannot access 'Vagrantfile': Operation not permitted ls: cannot access...

I can reliably reproduce it using this https://github.com/snebjorn/openapi-generator/tree/37b1132ab917a74249823fe96f3532e85a5881cb/.devcontainer When changed to https://github.com/snebjorn/openapi-generator/tree/102df74b4cb8d0e8fea14cd3d82ef6d8ff642033/.devcontainer stuff is back to normal

@samruddhikhandale I made the mentioned changes in the comment, see https://github.com/snebjorn/openapi-generator/tree/test Then launched it in GitHub Codespaces ```bash @snebjorn ➜ /workspaces/openapi-generator (test) $ ls ls: cannot access 'openapi-generator.code-workspace': Operation not...