Thell 'Bo' Fowler

Results 47 comments of Thell 'Bo' Fowler

Thanks for the explanation and completely understood. The use case here was that I am setting up wsl2 ubuntu and using RStudio which has the capability to open a terminal...

`Info` looks to be `stdout` and `warn` -> `stderr` so redirecting both `> /dev/null 2>&1` works when opening from Windows Terminal but not when starting from the RStudio interface. Like...

Just wanted to let you know that my simple use for this seems to work. I wrapped pretty much all of the outputs with verbose tests and fiddled around with...

Cool! I'll have to take a look at that. And this reminds me that one other thing I ended up doing while using scemu as a lib was to make...

Could the embed be compressed?

🥳 Looking forward to trying it out! I guess we can close this now... woot!

I just want to add that `cargo run --` is running debug build and debug builds will panic when math operators overflow. @brandonros Try running a release build.

Since I am experiencing a similar desire to omit particular headings perhaps either the heading existing _prior to_ the TOC could be omitted (by a flag) or a distinction could...

Looks like you are already special handling setext headings making for a possible opportunity to alter the if block: https://github.com/yzhang-gh/vscode-markdown/blob/bbada83b39a6ef862e59da0696847d953757ee23/src/toc.ts#L351 to include something along the lines of `&& !Omit.setextStyle` ?

> To omit headings before [TOC] makes more sense to me. Indeed and I agree; although I can see a case for being able to treat the two (settext and...