Stian M

Results 12 comments of Stian M

Same here. ```console $ cat /tmp/xfs-147af4df/build.log # This file contains the result of Yarn building a package (final-form@npm:4.18.6) # Script name: postinstall [eval]:1 console.log('Using final-form at work? You can now...

I apologize in advance if this is considered inappropriate to ask in issues like this, I'm just new to following GH issues for Firefox. Is there a place to see...

I'm thinking of adding options to use TLS as well as some other security options. Though I could add that as a separate PR.

Hey @anuraghazra! > As much as I would like to provide out of the box solution for multiple deployments via serverless/stateful means, for us it doesn't make sense to maintain...

Also, I'll be continuing to work on my fork, but you can of course close this PR if you'd like. Or keep it active, just in case or for anyone...

Hey @JamesFlare1212. I did miss the `api` in my copies at least (added now). Not sure what you mean about. > The relative paths to index.js and other *.js from...

I totally understand @Zo-Bro-23. And #2525 seems like a good compromise, hope it gets merged :smile:

I believe this is correct, according to the [docs](https://containers.dev/implementors/json_reference/#image-specific). The code seems to require `image`, `dockerComposeFile` or `dockerFile` in the root. `nvim-remote-containers/lua/utils.lua:53:1` ``` if not parsedConfig.image and not parsedConfig.dockerComposeFile and...

Personally, I'm using COC atm. Want to refactor my setup but that's besides the point.

> if you want, you can copy my config I like the structure. I'll probably take some inspiration from this! Thanks!