Cosmic

Results 97 issues of Cosmic

I noticed that window resizing has gotten very laggy compared to the v0.3 series when viewing very large documents (like `src/manual_test_data/bun.md`) https://github.com/trimental/inlyne/assets/30302768/0f08e64d-6c21-40ed-bbe1-107c757c7dab I've gone ahead and recorded a profile with...

C-bug

It looks like when the page is actively being constrained with `--page-width` the region where you can click on things like links is totally messed up, but if you resize...

C-bug

_Question for @trimental since I'm not familiar with the new text system (and was only vaguely familiar with the last one)_ It seems like the proper way to handle anchor...

C-bug
A-font

No luck so far with 'inlyne'. Every markdown I try, including this crates' `README.md`, yields an 'index out of bounds'. I tried inlyne 0.3.1 as released on crates.io and current...

C-bug

It seems like p5.js' README is a bit of a fun stress-test for the table code. It'll make sense when you scroll to the bottom of it https://github.com/processing/p5.js/blob/d086bae37aca14850f838ea79ae721da4e08089c/README.md

C-bug
A-table

If you use HTML to nest a table within the cell of another table then the nested table renders physically before the parent table **Repro** ```md | title | nested...

C-bug
A-table

Opening this since @trimental is much more knowledgeable of the GPU related parts After #74 the final piece of the lower peak memory usage puzzle is preventing decoding the entire...

C-enhancement
A-image

Really not sure how complicated this would be, but it would be nice to be able to search through the text in the document Mapping these to actions I was...

C-enhancement

_Note: I'm open to opening a PR for this_ Since `samply` is using `clap` you can use [`clap_complete`](https://crates.io/crates/clap_complete) to generate shell completions with relative ease One question that will need...

In #99 there was an issue where `self.procs` was occasionally empty causing the program to crash when trying to index for the selected process. This is likely due to some...