Anantha Kumaran
Anantha Kumaran
do you get any error on `make generate` step? can you also share the output of `ls node_modules/tree-sitter`
I have added `make install` and updated the documentation. I can't find a direct command to generate dynamic library without actually running the tests. I will leave the issue open...
webify doesn't support WOFF 2.0 and Microtype Express compression for EOF right now. I will update the readme to reflect this. Btw do you know any browser that supports WOFF...
I might add it in the future. But don't have any solid plans.
is the AST from master? I got the following from [wasm](https://ananthakumaran.in/tree-sitter-elixir/) which seems similar to the elixir AST. Agree, highlighting needs to be fixed though. ``` program [0, 0] -...
Sorry for taking too long to respond. I want to spend some time and figure out if there is any other way to support this without introducing hacks. But couldn't...
The chance of this getting merged in the current form is quite less. The problem is, I have built all the interfaces without ever exposing the flags field to the...
These colors come from the `mix test ...` command output, not via emacs font-locking. When we run `mix test`, it displays colors via ANSI escape codes  which then get...
achieving exact semantics as Dalli might be tricky. Currently, `Connection` module accepts the flag value, but the response headers are not exposed. We can proceed in multiple ways, 1) add...
I am open to PR. Since this seems 2 dimensional, it might require more work. I might look at it if I get free time, but there is no timeline.