Felipe Seré

Results 75 comments of Felipe Seré

@mdarrik are you still working on this one? 😄

When #88 lands calling the search API should be easier. Let me know if you need any help!

I am facing the same issue since having to rename by binary from `fern` to `fern-run` due to a clash on crates.io.

@svartalf I'm going through my open PRs and I saw this again. Do you think its still needed? I could rebase and push if its worth merging?

I added the alleged `f.async_all()` and it didn't really help. :( My tests pass if I have a different file per running test. I am not 100% if Rust runs...

I get the same issue trying to install `cargo-watch`. I'm using `ncurses` v6.3 from homebrew, although I tried to use it via `LDFLAGS="-L/opt/homebrew/opt/ncurses/lib" CPPFLAGS="-I/opt/homebrew/opt/ncurses/include" cargo install cargo-watch`

Yeah, I am on M1 with macOS 11.6.2 "Big Sur"

I was unable to reproduce this when running bash within zsh (i.e. just type bash) and tmux.

Maybe React-Testing-Library can provide some inspiration? https://testing-library.com/docs/react-testing-library/api In a different issue I saw a mention of `yew-testing` as a crate. Is that a thing? I'm curious what a minimal set...

I wonder if we can inject multiple environment variables in this case? Like * `files_count=3` * `files_1=api` * `files_2=proxy` * `files_3=email` * `files_all="api proxy email"` Particularly for bash some of...