krlwlfrt

Results 8 comments of krlwlfrt

See https://github.com/holgern/TUB_PhDThesisTemplate/blob/master/Preamble/preamble.tex#L112 and use the following parameters: ``` [...] mincitenames=2, maxcitenames=2, minbibnames=3, maxbibnames=50, [...] ``` See [biblatex documentation](http://ftp.uni-erlangen.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf) for details.

I came back to this issue after upvoting it a few days ago and saw that you added a lable to it. Does this mean that you're about to start...

Yes, sure. I get that. Totally valid point. I'm just asking if you could change it, so that the acccess to `process.env` does not happen on module load and rather...

I'm not completely certain on how your module works, but I can see from glancing over the code, that `inspectOpts`, which contains the variables of `process.env`, is only accessed when...

> There are still millions of packages that will never upgrade to the latest version. Valid point. > It's also a questionable way to achieve security, if you ask me....

Okay, I get that. But could you maybe make the documentation a little bit more explicit in that regard? Maybe with an example where you have a 3 deep command...

I think it's partly about the discrepancy between `Deno.test` and `describe`/`it` in VSCode. ![Image](https://github.com/user-attachments/assets/73a002f8-32f2-4eb5-83c3-92878977f08d) At least, it was about that, when I upvoted the issue and subscribed to it.

It's not just questionable, but it causes confusing behavior, when fastify is behind a reverse proxy. The reverse does not use a "secure" connection - obviously, but simply use HTTP...