Peder Bergebakken Sundt
Peder Bergebakken Sundt
Would it make sense to instead simply use the bash/shell highlighting? You could also add the `.envrc` filename as well.
```patch diff --git a/runtime/syntax/sh.yaml b/runtime/syntax/sh.yaml index 329b1014..c87c243c 100644 --- a/runtime/syntax/sh.yaml +++ b/runtime/syntax/sh.yaml @@ -8,11 +8,12 @@ filetype: shell # # Special filenames: # * .bashrc, .bash_aliases, .bash_functions .bash_profile +# *...
Leaving this here, for performance reasons. https://www.crunchydata.com/blog/rise-of-the-anti-join
I had git in path, pulled a vault and opened obsidian in it. It wasn't able to commit any changes, only showing a "Committing changes..." in the taskbar. After trying...
1.13.1, sorry. About time i update. :)
Tried this patch as newly merged in nixpkgs (PR mentioned above). Works like a charm!
Related: #521 #518 #516 #511
Should the interface require you to specify the tolerance for error? The integer solutions for the PLL parameters will cause some amount of error
Here is an interesting workaround found in [mesh_to_sdf](https://github.com/marian42/mesh_to_sdf/blob/66036a747e82e7129f6afc74c5325d676a322114/mesh_to_sdf/pyrender_wrapper.py#L20)
To my understanding, this is work in progress. [Here is a hack](https://github.com/marian42/mesh_to_sdf/blob/66036a747e82e7129f6afc74c5325d676a322114/mesh_to_sdf/pyrender_wrapper.py#L13-L35) you could try.