Vadim Kantorov
Vadim Kantorov
Caret inside markdown source box:  Typing actually starts not in the source box: 
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:  currently is exported as  How it is...
``` - [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)   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,...
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...