Victor
Victor
A simple interface is nice to have, but there's a performance issue: it only accepts preformatted strings, which makes it too slow for detailed tracing scenarios because string must be...
MonoTorrent drops all incoming connections with > MonoTorrent.Client.ProtocolException: Invalid message length received. Value was 'XXXXXX' I suspect this has to do with the fact, that a torrent like this has...
Two new features: - temporary local peer IDs (useful for masking identity or for any other scenario that needs specific peer IDs for specific torrents) - connection gating: enables external...
I read your blog post, and you never mentioned `ValueTask` there.
There's one for 0.8. Is it possible to make one for 0.12?
https://pytorch.org/docs/stable/notes/amp_examples.html Currently, `bfloat16` works well without grad scaling. But to use `fp16` and `fp8` (`fp8` - in the future, when the support for Hopper/40XX GPUs lands) one needs to scale...
I believe this happens when the DirectX device backing the encoder gets lost. The error needs to be caught and propagated to .NET
Does anyone here have any idea about the legal status of redistributing this work? Especially, the native bits, that get linked against the proprietary NVidia SDKs.
plz see pull request https://github.com/alanmcgovern/monotorrent/pull/656 for an end-to-end integration test The first issue I am hitting is inability to create a v2 torrent (did not test v1) that would include...
This test currently fails! See https://github.com/alanmcgovern/monotorrent/issues/657