Jonatan Kłosko
Jonatan Kłosko
Hey @TimMikeladze! Thanks for the PR, a couple tiny comments and we can ship it :)
It looks the same as https://github.com/zenoamaro/react-quill/issues/792#issuecomment-1126858196. If someone knows the proper way to address it in this package without breaking compatibility with React 17, I will happily accept a PR...
Hey @sabotag, this is currently not possible, but I'm open to a PR that adds a feature like this :)
Same with Markdown, when annotating a code code block with unknown language: ```` ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ``` ```` Error: ``` errors.ts:21 Uncaught Error: Language id "vs.editor.nullLanguage"...
@mgwidmann the idea is to upload files into disk, then `Kino.Input.read(input)` will return just the path, not file content, so you can read or stream the content yourself. With this...
Thanks @akoutmos! As further motivation for adding this, note that this will also allow `Explorer.DataFrame.new(suite)` :)
Hey @PragTob! What do you think about this integration? We already support `Table.Reader` in myxql, postgrex, explorer, to name a few. Also, we are ready to release `kino_benchee`, but it...
@the-mikedavis thanks a lot for investigating this! Keeping newlines for the injection conceptually sounds like a good idea, but we should focus on the most problematic cases first. I'm gonna...
Sounds good, feel free to create an integration :D Is there anything necessary on this end to support it?
Cool! For some existing queries see [highlights.scm](https://github.com/elixir-lang/tree-sitter-elixir/blob/main/queries/highlights.scm) in this repo and also https://github.com/nvim-treesitter/nvim-treesitter/pull/1904. You probably can reuse most of that and just change the `@annotations` to whatever is expected :)