Sebastian Hahn

Results 12 comments of Sebastian Hahn

Will probably take me until the weekend to address these (will also wait for #86 to be settled)

Pushed a new version, I hope I understood the direction you want to go into. A maybe nicer alternative could be provided if the `TrustAnchor::spki` field could be split into...

More information: Of course, here we go for the various combinations: rlib + bin, bin + rlib, staticlib + bin, bin + staticlib: = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L"...

Edit: added information about a different bug here, sorry :(

Errors I get are these: "cannot link together two allocators: custom_alloc and alloc_system". This happens even when I say "extern crate custom_alloc;" in the fuzzer_script. Somehow it always wants to...

I had exactly the same issue when using the MSI installer with an older version of onionshare already installed. Uninstalling both versions followed by only installing v2.5 solved the issue...

I would assume that something (might not be onionshare) has left some conflicting python installation behind. Probably better debugging of which Python versions are actually used for what would be...

One thing I found confusing was when I tried to use `AsyncBincodeStream` was the lack of bounds on Deserialize/Serialize for `T`. This is more discoverable when looking at `AsyncBincodeWriter` and...

I understand that point, but shouldn't it be sufficient to add the bounds to the From and Default impls? That doesn't pollute everything with bounds, but gives immediate feedback to...

I have wanted this before as well and thought about contributing a PR, but one thing I am unclear about is the swagger crate. It would basically need to be...