Results 213 issues of Vadim Kantorov

Caret inside markdown source box: ![image](https://github.com/facebook/lexical/assets/1041752/e490a15e-64eb-45c4-a343-9cd5bf57667e) Typing actually starts not in the source box: ![image](https://github.com/facebook/lexical/assets/1041752/fbef37c5-bed5-4f1b-b843-2b6afd8444b8)

I'm calling `$convertFromMarkdownString` like following: ```js editorRef.current?.update(() => { const editorState = editorRef.current?.getEditorState() if (editorState != null) { $convertFromMarkdownString(markdown, TRANSFORMERS) $getRoot().selectStart() } }) ``` Normally it renders markdown correctly on...

For some blocks, peppering markdown with some html is required or desirable to preserve semantics or visuals. E.g. for collapsible container: ![image](https://github.com/facebook/lexical/assets/1041752/6349067a-a48c-429f-a460-a0e1050b940c) currently is exported as ![image](https://github.com/facebook/lexical/assets/1041752/a432c563-34ce-463c-8182-40904494d994) How it is...

markdown

``` - [relative/path/to/hello](relative/path/to/hello) : works - [`relative/path/to/hello`](relative/path/to/hello) : does not render link ``` In GitHub both ways work: - [relative/path/to/hello](relative/path/to/hello) - [`relative/path/to/hello`](relative/path/to/hello) ![image](https://github.com/facebook/lexical/assets/1041752/3c564636-4c6f-49aa-8d10-871b4026a569) ![image](https://github.com/facebook/lexical/assets/1041752/5003d7b4-dd22-4622-a02d-6c3143a3d9cf) It appears a Markdown parsing issue...

Pasting/converting this: ```` hello world ``` echo hello world ``` ```` places the caret inside the code block (which is quite arbitrary) and not in the beginning of the document:...

I'm developing a single-file HTML app (for ease of distribution and drop-in) which needs a rich-text editor. I'm currently using Lexical for this purpose. Extracting one of asks from https://github.com/facebook/lexical/issues/5840,...

enhancement

https://github.com/albanD/subclass_zoo/blob/main/complex_tensor.py#L27-L31 right?

It seems that I indeed do have duplicate symbols, but gcc resolves it somehow. Not sure if gcc is being correct though...

Hi! Curious, do you provide baselines/checkpoints where you train from scratch on Golos+Sova+RCV+RLS including some models like FastConformer (hybrid CTC+RNNT)? It would be helpful repro baselines, given that nvidia does...

Hi! First, thanks for sharing your ISO format library. I'm a big fan of such approach and of single-file projects, e.g. https://github.com/richgel999/miniz/. I'm trying to use `tb9660` to work with...