Trustin Lee

Results 271 comments of Trustin Lee

Sorry for a very late reply. Do you have a full stack trace of this failure? The given log does not show which part of this plugin is involved with...

Sounds like a good idea. Will try to find some time.

What do you think about letting a user create a file (`.os-mappings.json` in project root) that contains something like this: ```json { "copiedProperties": [ { "src": "os.detected.name", "dest": "os.detected.name.alternative", "replacements":...

> Would this custom mappings file allow a developer to pull dependencies from classifiers that were BOTH 'osx' and 'macosx' in their pom? I think that's the minimum requirement. Yeah,...

@eonezhang I never tried that, but we could add support for such cases if it doesn't work at the moment?

CC0 (public domain) sounds good to me. Thoughts?

Hi @odidev, we currently do not provide the Thrift compiler binaries for non-x86 architectures. You can build your own Thrift compiler build for your architecture (arm64 in this case) and...

~Closed by #115~ Sorry, #115 fixes macOS only.

You are right. The port number actually didn't matter because we also publish the port number via mDNS. I was mistaken when I file this issue. Thanks for your time!...

I can confirm `dev-libtorrent` fixes the problem reported by @frapgadz. Completed torrents are now successfully moved to the destination. When would this fix land on `latest`?