Martin Geisler
Martin Geisler
Hi @goyalyashpal, thanks for writing! I'm glad you like this (mostly unknown) feature :smile: > * Do you have any idea how will you generate that list of widths? I'm...
Hi @HeeillWang, thanks for reporting this! > Proper panic message should be added by `assert!` or need to use checked operations. Could you either add an asset that forbids using...
> It seems like the overflow occurs because size of `column` is too big, not because `width` is zero. Hey @HeeillWang, I haven't debugged this further — if you make...
> Control of character width may be specifiable with CSI escape sequences, and I note that these sequences are terminated by NL among others. See #511 > > This is...
The fuzz tests need some small fixes, something like this: ```patch modified fuzz/fuzz_targets/wrap_first_fit.rs @@ -14,12 +14,12 @@ struct Word { #[rustfmt::skip] impl core::Fragment for Word { fn width(&self) -> f64...
Hey @mtoohey31! Happy new year... :smile: Can I get you to squash your fixes into the commits which introduced the problems in the first place? That will make the commits...
> Pretty much all of the extra commits were fixes for problems, so I've squashed everything into one commit. Hope that's ok; if there was another way you'd like me...
@yanna92yar, I had not considered bundling this up for NPM. Would that be useful for others to use it quickly?
> Edit: my bad we were talking about an npm package. Mine is a docker image (installs wasm/rust) that compiles using wasm as suggested in doc, packs the folder in...
Hi @bacloud23, I am not using npm myself these days, so someone else should publish a package. Perhaps you can look into it?