pin

Results 169 comments of pin

Hi, great that you have managed to install it :) > I don't know why but pkg_add & pkgin run really slowly (multi-minute to search for or install a package)....

@fujiapple852 Are you on Matrix? I'm really short of time today but we could set-up sometime to chat through your issues.

@fujiapple852 On a second thought ... If your intention is only to debug the window-resize issue on a disposable qemu-vm, which you do not intend to keep, NetBSD has everything...

> > Yeh, disposable is fine. I'd like to be able to fire up trippy on netbsd run a basic test before each release like I used to do on...

Thanks! I'll take it for a spin after the weekend. Sorry, family visit. Did you see my comment on the Rust version in your branch commit?

@fujiapple852 It works 😄 ![2023-09-02-173905_1366x768_scrot](https://github.com/fujiapple852/trippy/assets/90570748/625b9b75-da93-4d54-a603-74b9d77b4563) Built with Rust-1.71.1, resize without crash.

@DasFaultier You might want to have a look at [netop](https://github.com/ZingerLittleBee/netop)

I see, thanks. It also explains why the latest `tree-sitter-cli` is not available from crates.io, as it's using an _unpublished_ crate. As you mentioned, I hope this gets sorted soon....

So, I've tried this patch, ``` --- lib/Cargo.toml.orig 2024-01-29 09:40:50.403835349 +0000 +++ lib/Cargo.toml @@ -29,15 +29,17 @@ wasm = ["wasmtime", "wasmtime-c-api"] regex = "1.9.1" [dependencies.wasmtime] -git = "https://github.com/bytecodealliance/wasmtime" -rev =...

Thanks! I saw the PR, hopefully it gets merged soon. I'm keeping an eye on it but, please do ping me in case I would miss it.