Jean-Paul Mikkers

Results 8 issues of Jean-Paul Mikkers

OS: windows 11 Transmission deamon: custom, based on transmission RPC spec Transmission remote GUI: v5.18.0 Transgui sends the `paused` argument of `torrent-add` as an integer, but this should be a...

OS: windows 11 Transmission deamon: custom, based on transmission RPC spec Transmission remote GUI: v5.18.0 As I'm working on a alternative transmission implementation, I'm using transgui to test my own...

Otherwise, you can construct an array that cannot be copied, like this: ``` object[] test = new object[1]; test[0] = test; test.Copy(); // CRASH ```

Currently TFTP does not support non-ASCII filenames (e.g. Chinese). This could be fixed by (optionally) encoding and decoding the filename fields as UTF-8.

enhancement

Hi, I see your nuget package doesn't (directly) state: - license - project website - source repository I could only find this github page by opening the package in the...

Hi fellow deepcopy developer, when I ran your library against my unit tests (I was actually looking to benchmark it against the purely reflection based approach) an issue popped up:...