Katalin Rebhan

Results 133 comments of Katalin Rebhan

Ahh, fair enough, I figured it was something like that. Then I'll just wrap it in a tuple struct.

Getting the same with the Gentoo rust package (sources installed to /usr/lib/rustlib/src/rust as in the comment above). Weirdly, it was working before I added another project to my workspace... Copying...

You are doing `[fileMenuItem setSubmenu:fileMenu];`, right? But even with that, you're right it doesn't work. Though I'm also very new to GNUstep/Cocoa, so I have no idea what is actually...

Just hit this as well on a `pkgs.linkFarm` with ~3000 entries: nix build 'git+https://git.dblsaiko.net/nix-mc?rev=3e53544c6bb8758d3ff5357c7ba6dee616ad1ac4#minecraftPackages.aarch64-darwin.1_19_1.assets'

> For devices with limited space, local files may be evictioned due to iCloud optimization I just hit this and was confused as to why my scripts suddenly weren't working...

Sure, but usually, files will download on access, and non-downloaded files are visible in directories. You can see this by opening iCloud Drive in your terminal and e.g. running ls,...

Ah, that's the NSFileManager API. That might behave differently than the POSIX readdir, not sure. I'm not familiar with native macOS development at all apart from writing a handful lines...

Well, a simple [test program](https://gist.github.com/2xsaiko/968b3059176869e6e1b92f215bd350c8) lists the files and automatically downloads the contents, so something else is going on here. How do you get started with this? I tried just...

There we go: https://github.com/quoid/userscripts/pull/629

> I was wondering if you have tested your branch? Because I found it doesn't compile in Xcode. Oh oops, that's iOS code. I only tested the macOS build so...