Noah Friedman

Results 22 comments of Noah Friedman

Thanks for letting me know about that first thing. I'm planning to make `ItTable` work similarly to `DescribeTable` but not the same. The problem I have with `DescribeTable` from a...

Instead of using a format string I think it actually makes sense to use the logic for using a function as a description in an `Entry` and apply it to...

That sounds like a great idea, I'll wait for V2! Feel free to mark this as closed, I'll close the PRs.

Any update on the new version?

> This was an issue in winit, it was solved and merged ([see here](https://github.com/rust-windowing/winit/pull/2053)). Nevertheless, neovide is using a fork of winit. The actual changes made in the PR don't...

@fredizzimo can I close the PR in that case?

> @gaetschwartz There are 2 ways to solve this issue. 1: Link the rust binary with CoreServices like [mitsuhiko/rye@fa2c55b](https://github.com/mitsuhiko/rye/commit/fa2c55bee7abba0ed17ccf059b456edb60014cdb) @Ryu-ga thank you for the suggestion! I've implemented it (speelbarrow/cargo-update@282ec6c), tested...

For anyone looking for a workaround -- `cargo install cargo-update -F curl/force-system-lib-on-osx` (add `--force` to reinstall) will install this tool while also using the system-provided `libcurl` instead of the one...

> For anyone looking for a workaround -- `cargo install cargo-update -F curl/force-system-lib-on-osx` ... Quick follow up to this -- after installing, run `cargo install-update-config -f curl/force-system-lib-on-osx cargo-update` so that...

@marchiore can you post the *exact* command you ran to get that output?