Saulius Krasuckas

Results 132 comments of Saulius Krasuckas

Would the mirror on `archive.org` do instead? https://web.archive.org/web/20201027150813/https://felix.engineer/blogs/virtual-machine-in-c Another thing to reference is the Markdown version of the tutorial put in the new place: https://github.com/felixangell/blog-posts/blob/main/virtual-machine-in-c.md

Can it be extended to stop highlighting at character boundary? It would make less distractions when comparing hexdumps of binaries: https://asciinema.org/a/470116

Thanks. It sounded a bit like I will need to learn Rust a bit, though=) The idea would be to add some new CLI switch for that.

There is some pages that implement Elm-Markdown dialect. Eg: * https://tazzo.github.io/elm-markdown-math-demo/ * https://jxxcarlson.github.io/app/mathMarkdownLive/ It would be nice to have the support ported here. But given two different languages (javascript and...

OTOH this web-app seems to use "markdown-it". Thus it should be possible to use its plugin "markdown-it-texmath": https://www.npmjs.com/package/markdown-it-texmath Or maybe other, older one called "markdown-it-math": https://www.npmjs.com/package/markdown-it-math

I guess you need to define set of event on which the app would execute the `git commit`. Eg: new character entered, new line started, Save pressed, etc. : )

One idea would be to use some lightweight markup language. Eg. AsciiDoc: https://www.writethedocs.org/guide/writing/asciidoc/#why-use-asciidoc GitHub renders it mostly fine (only breaking at eg. nested lists with depth > 5 or so)....

The similar live editor for Markdown called `jbt` already implemented this: http://jbt.github.io/markdown-editor/ It's implemented as printing to the `.pdf`. I guess only CSS an internal JS is used here: https://github.com/jbt/markdown-editor/search?q=print

@ventoy wrote: > * **ReactOS** > It is not a linux distro, so ventoy will not support it in the near future. But you support some versions of Windows. And...

@bernd-wechner commented [on Feb 21](#issuecomment-1046765100): > We can only hope that some rclone contributor(s) might be excited by the opportunity to add another provider to their list with the API,...