Violet

Results 11 comments of Violet

Hey, appreciate any response at all 😄! > About the builder patern, check [derive_builder](https://crates.io/crates/derive_builder) if you're not using it yet I've checked out that crate, and I really like what...

Alright, sounds good!

i'll plan to implement this pattern for every method :) (except for where it makes no sense to do so)

hi, so sorry for the late response. is this still happening? based on the linked issue, i can only tell that the buttons don't work when the user clicks on...

sure, let me know! sorry once again for the delayed response

so on windows the pipes are just normal file handles, and the `File` API doesnt have an explicit way to close a file (other than dropping it). i guess i...

yea I think you're right, I didn't properly drop the file when I first wrote this lol. I'll update the code to properly drop the file

this makes sense to me, i'll put it in the dev branch for now since it's breaking

as mentioned in #35, will be keeping this one open for now

will look into this