Results 77 issues of Jonathan Wight

Using cargo 1.71.0 (cfd3bbd8f 2023-06-08) `cargo install-update` immediately crashes. ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString stringByStandardizingPath]: unrecognized selector sent to instance 0x600001908440' *** First throw...

bug
tracking
external

Testing nix-darwin and now trying to uninstall via ```sh nix-build https://github.com/LnL7/nix-darwin/archive/master.tar .gz -A uninstaller ``` And getting this error: ```text error: … while calling the 'import' builtin at /nix/store/9b3h7kfb7crgz84xpvzvwx85gcbfhy8x-source/default.nix:4:10: 3|...

Installing Tokei (tokei 12.1.2) via homebrew seems to be missing support for metal. Install via cargo (cargo install --git https://github.com/XAMPPRocky/tokei.git tokei) will find the metal files however Similar issue to...

I'd expect `rich --print` to always preserve the lines of the input file. However `rich --print` always seems to add a newline. It would be great if no newlines were...

DependentApp project builds fine in Xcode. Does NOT build in xcodebuild. Looks like any file that imports will fail. schwa@moth ~/D/i/s/DependentApp /master> xcodebuild -version Xcode 5.0.2 Build version 5A3005 Error:...

It looks like the code is extremely well documented (in headerdoc/doxygen format no less) in the headers themselves. Would love to see docs available as HTML without having to dig...

enhancement

- DO NOT PUSH. Downsizing. - Bumped dependencies.

If the app relaunches with the New Post screen visible (which can happen if you quit app with it on screen) the weird way windows work in SwiftUI causes a...