Arif Driessen

Results 31 comments of Arif Driessen

No issue at all! :) Are these paths documented at all? I could test it for you if you like and confirm if it works On Fri, 30 Sep 2022,...

This is a mistake of the public API of `docx-rs` IMO. However, luckily you can get around it because the author left all the fields of `Pic` public, so you...

Good stuff @ranger-ross I took your code and improved it to try to catch all cases: ```rs #[test] fn verify_openapi_schema_declarations() { use std::collections::{BTreeMap, HashSet}; use utoipa::openapi::{schema::AnyOf, AllOf, Array, OneOf, Ref,...

I just encountered this with column number too. I always assumed it was grapheme count, and it surprised me when it was off by 1 for one line, and not...

Thanks for the fix! I recently stumbled across: https://crates.io/crates/finl_unicode which claims to be some 10x faster than `unicode-segmentation`, this might be desirable in offsetting any performance regressions here. @JosephTLyons @JunkuiZhang

That's very interesting! and thanks for the swift reply. While it does prohibit the cache from being used during tests, I still see no way to have a behaviour be...

Great, thank you! Sorry for my slow reply, got side tracked with other issues, but finally got around to this :) In the end, my code is now rather WET...

Hi Felipe, Tagging onto this issue, perhaps somewhat Frankenstinely, I want to open a mono instance of `carla-rack` so that I can ensure that any plugins loaded aren't doing double...

Correct. To make it even clearer: This is how bacon currently looks for my application: I've lost what it could look like if I ran this command: `cargo run --bin...

Interesting proposal... Now if i could pass the location of the bacon.toml then i would have a master script that writes the bacon.toml and the run-pretty.sh to /tmp and tell...