Mihai Târnovan

Results 9 comments of Mihai Târnovan

I forgot about an old fork of mine of settingslogic which does this: https://github.com/mtarnovan/settingslogic/commit/a03bf1ef0f6b783f2c059153a7d01d8768d29c88 This fork also introduces a dependency on `Hash#deep_merge` from active_support

How about passing the headers as a map of strings to either atoms or tuples of atoms and functions, something like this: ``` elixir %{ "fooBar" => :foobar "somethingElse" =>...

@spicyj I gave a wrong example, what I mean was - this results in an error: ``` ... render: -> foo>bar ```

That rogue `>` was 100% accidental. Actually, offending code looks something like this: ``` coffeescript render: -> Add your comments — {this.state.totalCommentsCount} ``` The error is `unexpected indentation` at the...

Has this been fixed? I still don't see syntax highlight in Elixir code blocks in Markdown files. I took a brief look at the commit and I'm not sure if...

I'm having the same issue, MacOS Sonoma (14.0) arm64 Edit: managed to download the binary manually, had to rename it, make it executable and run `xattr -d com.apple.quarantine nextls`, so...

I have another example that unexpectedly produces a warning: ```elixir defmodule Warning do defguard some_guard(x) when x == :foo or (is_tuple(x) and elem(x, 0) == :zzz) def bla(foo) when not...

Thanks for the quick reply. > As for the reduced rates, I am thinking of removing those from this repository altogether as it's a bit of a hassle to come...