Udo

Results 8 issues of Udo

Those `` are `punctuation.section.embedded` and are highlighted in some other themes, but not in ayu. No highlighting in ayu: With highlighting in One Dark:

It would be really nice to have `variable.other.readwrite` highlighting in other languages as well, in my case Elixir, like in One Dark for example. No highlighting in ayu: With highlighting...

I'd love to have syntax highlighting inside markdown code blocks: ```elixir IO.puts("some output") ``` There is [an Example Repo](https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example) I found in Microsoft/vscode#34891, but I just started using VSCode and...

enhancement
help wanted

It seems `set_map/2` doesn't work when there's a `DateTime` in the map. My best guess would be that the fact that `DateTime` is a map itself messes something up here....

bug

``` == Compilation error in file lib/prometheus/buckets.ex == ** (UndefinedFunctionError) function Kernel.Utils.defdelegate/2 is undefined or private. Did you mean: * defdelegate_all/3 * defdelegate_each/2 (elixir 1.14.0) Kernel.Utils.defdelegate({:new, [line: 18], [{:arg, [line:...

Since you want your users to subscribe now and are a for-profit company, the "non-commercial" part clearly isn't true anymore. All mentions of "open-source" don't fit either, since you obviously...

I'm using yugo for something where the date of a message is fairly important and it seems to be off. I think you have the offset in `Parser.rfc5322_to_datetime/1` the wrong...