Andreas Fuchs

Results 111 comments of Andreas Fuchs

Please notice that the issue description is attempting to define exactly that for the case I am reporting. The data being seeded _was_ downloaded (torrent didn't start out seeding), only...

Glad to hear I'm not the only one! Here's the workaround I came up with: ```yaml - uses: cargo-bins/release-pr@v2 id: pr with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ inputs.version }}...

If you don't pass `-tsnetVerbose=true` (to see the URL get logged), this manifests as a timeout when establishing the tsnet membership: `could not connect to tailnet: tsnet.Up: context deadline exceeded`

Ah, yep, that's right - sorry I forgot to post this. My branch can handle some flow-related syntax, but definitely not all the relevant syntax, sadly. Most notable is the...

I migrated from Plex to JF and reworked this tool's logic entirely, to support my use case. The PR for that rework is #24, if anyone else wants to try...

Can confirm, I'm seeing the same thing in iTerm2 (Build 3.5.0) with the `❄️` emoji. I used a hex editor to figure out how it encodes as utf-8, and the...

The benefit is that the system building the derivation doesn't have to be modified to upload everything to cachix and that you can choose what jobs to do the cachix-uploading...

I think that might work - but there are some things I'm not sure about re. this vs. the post-build hook (I'm a hydra newbie and am running it with...

Thank you very much, @szlend, that is exactly what I was hoping for. Agreed that this would be an excellent thing to allow for a customization, but there are many...

Just came up against another scenario where I don't quite get how to set the arguments on a flake part: I'm trying to define `dockerContainers`, and so (AIUI) I need...