Alexander Tesfamichael

Results 103 comments of Alexander Tesfamichael

ooooh, will the touch bar finally get some neat use for me 😍 ?

This issue can be closed I think. I do happen to have run into the exact same problem. The docs / examples don't seem to specify anywhere how to append...

@BurntSushi cool, I'll try and do that today (: The one question I'll need your help with is which writer is actually a good idea. I don't see any unbuffered...

No that makes sense to me. It's just that this lib exposes `from_path` and `from_writer` to write to CSV correct? Can't use `from_path` as I want to append, leaving `from_writer`....

Ah, I think I just figured it out. Although `io` offers some writers like `BufWriter` which implement `Write`, `File` already implements a suited unbuffered `Write` implementation. My confusion was that...

I knew about "Implements" but not about "Implementors" that's so useful! (I'm new to rust). Thanks Andrew! Yup, you've nailed my confusion there. Thanks again.

Looking at this PR I notice it's actually pretty invasive. Not sure what I was thinking 🤔 . Normally I PR these things in parallel so they are optional to...

Mya, as `sqlx` has no clue how to put a `Duration` into SQL it ends up being more lines for me I think because now I need to bind the...

After digging through the help files and trash-cli I see fern offers to safely delete instead of outright shred your files forever, which is great. I usually don't need it...

Okay @lambdalisue, thanks! Any pointer to docs on how I could bind "take the path of the thing under the cursor or these highlighted files (does Fern expose this somehow?)...