Jon Bosque

Results 27 comments of Jon Bosque

It seems that this is now possible in VSCode 1.70.0 with "Create Manual Folding Ranges from Selection" and "Remove Manual Folding Ranges" https://code.visualstudio.com/updates/v1_70#_fold-selection

Hello @stefan-k, have you considered adding [criterion.rs](https://bheisler.github.io/criterion.rs/book/index.html) style benchmarks in order to track the crate's algorithm performance? I've quickly turned the backtracking example into one and run it on the...

For anyone getting here, after the merge of https://github.com/rust-fuzz/cargo-fuzz/pull/349 this is solved. There isn't still a release available with this change, but you can workaround building cargo-fuzz locally.

@gabeklavans check if you get the error with: ``` curl -sSL --compressed -X GET https://devdocs.io/docs.json ``` In my case the `--compressed` flag generates the error using ``` curl --version curl...

It seems to be related to this issue: https://github.com/curl/curl/issues/13209 and it seems to already have a fix: https://github.com/curl/curl/pull/13219

It seems that the problem is only present when the `conceal` option in `core.latex.renderer` is set to `true`: ![image](https://github.com/nvim-neorg/neorg/assets/31407988/f7c69c2e-79bd-4cd0-b5fd-737824e8b683)

I'll try to test the change with the addition of `render_inline_math` in`OnCursorMove` with the changes that @benlubas has made to `image.nvim` to improved performance and see if that would be...

my bad, while running the tests I didn't realize this one needed resizing wezterm to surface the issue, for some reason I thought it was about resizing with the parameters...

I've been checking this issue again and I have some findings. I have a fix for this particular issue, but it is more of a "hack" as it does not...

you can achieve something close enough by using: `{}^n\sqrt{ab}` ![image](https://github.com/jbyuki/nabla.nvim/assets/31407988/eb71b399-4d9b-48f5-95b0-0e5cb23cb761) I'm not too thrilled to write bad latex to just make a good visualization though