Jean-Paul Mikkers
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...
Fixes #1413
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.
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:...
### Describe the bug In a ListBox where the ItemTemplate has a Grid containing a SharedSizeGroup (the ListBox itself has IsSharedSizeScope=true), after filling the list with random sized items, resizing...
# 🐛 Bug Report Pressing the shift or control key in a manually filled FluentListBox toggles the selection. ## 💻 Repro or Code Sample See the first sample here, select...