Results 51 comments of Michel Jung

Thank you @aklish for coming back with this solution to me. Is that the pre-3.0 solution? If so, how would it work with 3.0, named queries? For now, I solved...

Have you found good solution?

I added a $10 bounty: https://www.bountysource.com/issues/83536324-replaceresponseheaders-middleware-feature-request @jvmlet @julienlavergne @colearendt @elunic @Reapor-Yurnero and everyone who upvoted, if you join the bounty, it would certainly help to get this feature sooner rather...

I'm new to this project and one of the first things I noticed were the many typos, lack of consistent naming, and some wrong documentation. This negatively impacted my trust...

Hi and thank you for your response. I installed it using `--admin --no-path` and added `$HOME/.TinyTeX/bin/x86_64-linux` to PATH. Now I get: > tinytex::tinytex_root() Error in tinytex::tinytex_root() : Cannot figure out...

@Tapac asking again

I figured out why this happened in my case, I hope it applies to yours as well. My resource is specified like this: ``` resource "hetznerdns_record" "a" { zone_id =...

My workaround: ``` npmSetup { doFirst { copy { from '.npmrc' into "${node.npmWorkDir}/npm-v${node.npmVersion}/etc" rename '.npmrc', 'npmrc' } } } ```

If you're going to allow all, why not disable CORS?