milahu
milahu
aaah, so it's a limitation of shebang https://en.wikipedia.org/wiki/Shebang_(Unix)#Character_interpretation ```sh #! /usr/bin/printf A=1 '(%s) ' 1 2 3 4 ``` prints ``` A=1 '(./test.sh) ' 1 2 3 4 ``` because...
> If it were modified, there would be no way to set a variable with spaces in it using `env`. spaces can be quoted ... ``` $ env '-S printf...
> I think the use case would be preserving the JSX/TSX so it can be handed off to another transpiler yepp, in my case: solidjs. react has no monopoly on...
> What about left-trimming 1st level of indentation in block declaration? +1 should be optional, similar to the `trim_blocks` and `lstrip_blocks` [options](https://jinja.palletsprojects.com/en/latest/api/#jinja2.Environment) the new option could be called `dedent_blocks` or...
btw, this works in [nickel](https://nickel-lang.org/user-manual/syntax/#strings) > Multiline strings are "indentation-aware". This means that one could use an indented string interpolation and the indentation would behave as expected: ```nickel let log...
sorting people into categories is at least [2000 years old](https://en.wikipedia.org/wiki/Classical_element) but what is "new" (or rather secret knowledge, master morality, right hand path) is how to "unsort" these people into...
nope sorry : / im only using `vite-plugin-wasm-pack` as a base for my `vite-plugin-emscripten` / `vite-plugin-treesitter` the api could be even simpler, for example ... this would make it easier...
> im only using `vite-plugin-wasm-pack` > as a base for my `vite-plugin-emscripten` / `vite-plugin-treesitter` https://github.com/milahu/vite-plugin-tree-sitter/blob/master/index.js
> I'm hestant to add more configuration parameters as it sooner or later will grow out of control. better than forking ```html {{- if default false .Site.Params.BookFaviconPath -}} {{- else...
detail: would be nice to mark auto-generated files with a header comment, like ```c // this file was auto-generated on 2020-07-20 from tree-sitter-html version 7f442e1