Matt Moriarity

Results 17 comments of Matt Moriarity

Yep, I'm also still seeing this.

Try renaming the files for the category to NSString+URIQuery instead of NSStringURIQuery. I had the same problem, and I think the former is form of the convention anyway.

I just noticed this too. By calling it here, it captures the wrong items slice, so the finish function from the tracing always gets an empty slice.

When I run `xcversion install 10`, I no longer get an error, but I also don't get beta 3! 😢 Beta 3 says it's build number 10L201y, but when I...

@YogiKhan you are absolutely correct, that's what it was.

It has been three years since I opened this, I haven't kept up with the changes in the project, and I'm not still actively using this for anything. I took...

Seems like something is off with the spacing. kitty is really picky about all of the characters being the same size. I tried doing [the fix described here](https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font) to force...

It would be nice if the Jujutsu provider was tried before Git, so that it was used instead of Git when using a colocated repository. Right now, I find the...

To me it me, as a user of both nix-darwin and home-manager, it makes sense to let nix-darwin handle system-level things and leave user-specific things to home-manager. I personally find...

I did forget that there are also several modules in nix-darwin around setting up launch agents, things like yabai or skhd. If nix-darwin removes support for launch agents, these modules...