CosmicHorror

Results 124 comments of CosmicHorror

> That being said, i'm seeing people refer to it being marked as high severity, but both github and nist are reporting as moderate, which I think is fair. GitHub...

Nix is one of the extra syntax definitions that gets bundled in with [`two-face`](https://crates.io/crates/two-face). E.g. ```toml [package] name = "demo" version = "0.1.0" edition = "2021" [dependencies] syntect = "5.2.0"...

@Aloso I can take this unless you want to save it for a new contributor

Thanks for the issue. I really appreciate all of the insight I believe I agree with all of your points. Some of them should be pretty easy to address, while...

That's reasonable. We can have an optional feature that bundles the fira font family into the binary and defaults to that. I know there are some crates that support the...

I'll look at this more after #265 gets merged since I'm assuming that will change at least some of this PR

I can take a look after I'm no longer sick

Sorry for taking so long to give feedback I think the main fundamental thing that will cause problems and have to be addressed is how to handle streaming in this...

Woops, looks like I saw this a little late :sweat_smile: I use this feature to stream decoding images into a compressed in-memory blob that gets lazily decompressed if it's accessed...

Yeah the code for handling inline images has been notoriously buggy. I'll work on adding some more tests on how that part of the code should behave over time since...