Skyler Hawthorne
Skyler Hawthorne
I think it would make sense to make an exception for pure x/ commands. It's also different from a / command because it does multiselection. Another idea that may be...
This would also support building Rust libs / apps that depend on wasmer on Termux. e.g. zellij uses wasm plugins
@alerque I came looking here for the same reason. I looked up the Libertine font and saw that this project was the successor, since Libertine became abandoned, and was happy...
Can confirm, I tried just generating a pom.xml and using that, but that did not work. So I generated the list of external deps manually, and it still didn't work.
> can we run `cargo test` without the integration tests? Yep, `cargo test` has the `--doc`, `--lib`, and `--test` options for running the documentation, unit, and integration tests, respectively. >...
> > i think it would be good to have the possibility to run all of this - maybe with a single script - on a local machine without the...
If you're a newcomer, welcome! I have a PR open that adds a basic integration testing framework via Docker: #143. If you're familiar with Docker setups, I would appreciate a...
This has been merged in #143. Let's keep this issue around to track backfilling integration tests for the rest of the crate, where appropriate.
@flier hmm, are you running the `run-all-tests` script that's mentioned in the `README`? If you just run them via `cargo`, by default, it will run the tests in parallel, which...
Unfortunately, I have not had much time to work on this crate the last few years, and there haven't been any active maintainers, so this has stalled. I could probably...