Jeff Noxon

Results 8 comments of Jeff Noxon

fails on macos-fix branch with: ``` Compiling unpfs v0.0.1 (/Volumes/Dev/rust-9p/example/unpfs) Running `rustc --edition=2018 --crate-name unpfs src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=0853013c7702cc9d -C extra-filename=-0853013c7702cc9d --out-dir /Volumes/Dev/rust-9p/example/unpfs/target/release/deps -L...

Thanks for sharing this. I had the same issue and had no idea I had to apply the resize operation to a device rather than the entire filesystem. That's completely...

I was wondering this too. It might at least be worth mentioning which version/hash the patch applies to; With Rosetta 289.7, it seemed to work with some stuff, but not...

@rxhfcy Parallels supports it too; There's a box I ticked to enable it in my VM, but evidently I'm missing something else. They provide an Ubuntu machine image that supports...

It turns out you can enable it in Parallels with `prlctl set --rosetta-linux on`, or in a Vagrantfile, `v.customize "post-import", ["set", :id, "--rosetta-linux", "on" ]`; Combined with the parallels tools,...

I came here because of this. This behavior has been causing corruption in a production app I maintain. I came across this fork which corrects the behavior: https://github.com/AODocs-Dev/flock/tree/don%2Ct-create-files-when-locking-0.8.1 I don't...

> I'll stick with Safari 11 and 10.11.6, but fwiw here's a workaround maybe you already knew (2nd comment): > https://www.macrumors.com/2018/09/17/apple-releases-safari-12-macos-high-sierra Works great, thanks!

I have the same issue. The panics are infrequent, but I had implemented something to resize the column widths to fit the data being presented.