Ronuk Raval
Ronuk Raval
Hi, thanks for the contribution. It seems like you're interested in fleshing out the installation requirements better. The `requirements.txt` file is a standard python convention for simply listing out `pip`...
Hi, just adding another data point. We have a real application that wants to use runtypes but we don't use babel (our first party code uses Typescript itself to target...
Ah I see. Forgive my ignorance but is there a specific reason why the newlines aren't simply stripped? This was the implicit behaviour I was expecting before I actually looked...
Fair enough. I don't really use source maps since the transformation is pretty trivial to work backwards to the offending line, but I can see the reasoning. Perhaps in the...
Summarizing the changed refs should be possible by parsing the output of `git fetch --porcelain`: https://git-scm.com/docs/git-fetch#_output Or maybe just pass along unfiltered `git fetch` output?
This is ideal: ``` $ git show --decorate-refs='refs/nomad/*' --oneline --no-patch refs/nomad/apollo/master refs/nomad/boreas/master refs/nomad/boreas/ref 0a96fd2a (refs/nomad/apollo/master) Bump anyhow from 1.0.61 to 1.0.62 4e2973c0 (refs/nomad/boreas/master) Simplify all lifetimes e8894ec2 (refs/nomad/boreas/ref) cp ```...
I'm far from an expert, but my vague understanding is that a double-fork is necessary. - The parent `bkt` invocation needs to fork a child, which needs to immediately fork...
Hi, just a quick update. I haven't forgotten about this bug report, just been juggling many things. Will try to get back to it and verify this week.
Sadly the fix in #61 does not seem to work. Here's an MCVE: https://gist.github.com/rraval/e74b7d0426b8187c8967e088c0f141a3 To reproduce: ``` $ direnv --version 2.35.0 $ git clone [email protected]:e74b7d0426b8187c8967e088c0f141a3.git direnv-60-mcve Cloning into 'direnv-60-mcve'... $...