Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lostmsu created a comment on an issue on microsoft/vs-streamjsonrpc
@ryannewington https://gist.github.com/lostmsu/e3fb9fe2c4cc3eed6c11fdab0a167cd4
lostmsu pushed 2 commits to master lostmsu/PipeWire
lostmsu created a comment on an issue on tmds/Tmds.DBus
If anyone needs, I made a wrapper to linearize the control flow: https://gist.github.com/lostmsu/bad96cfeba5c72d5f520f3434e91e3e5
lostmsu created a comment on an issue on tmds/Tmds.DBus
This seems to work, but is there a better way? I mean my initial approach with `WatchResponseAsync` while wrong looks way more natural. Is there maybe a way to create request a watcher at the same ...
lostmsu pushed 2 commits to lost/master lostmsu/MonoTorrent
lostmsu pushed 1 commit to lost/master lostmsu/MonoTorrent
- simplified directory structure, merged all projects into 1 b725026
lostmsu pushed 1 commit to lost/master lostmsu/MonoTorrent
- compute hash of the PieceMessage on the spot when it has the entire piece 3538675
lostmsu pushed 2 commits to lost/master lostmsu/MonoTorrent
lostmsu opened an issue on microsoft/Windows-Sandbox
[Bug]: Windows Sandbox reserves a lot of ephemeral ports
### Windows Sandbox version _No response_ ### Windows build number _No response_ ### Other software _No response_ ### Steps to reproduce the bug Run Windows Sandbox a few times with enabled ...lostmsu pushed 1 commit to lost/master lostmsu/MonoTorrent
- LocalPeerDiscovery: enable address reuse 5bfd005
lostmsu opened an issue on nix-community/plasma-manager
Enabling Plasma-manager errors with "option 'home' doesn't exist"
I am facing the above issue and I am new to NixOS. I am using home-manager directly from `configuration.nix`, e.g. I had `/etc/nixos/configuration.nix`: ```nix imports = [ # Include ...lostmsu created a comment on an issue on tmds/Tmds.DBus
@tmds I guess there's no longer an issue to Tmds.DBus, but I still did not get my code to work: ```csharp var connection = new Connection(sessionAddress); await connection.ConnectAsync().Confi...
lostmsu pushed 10000 commits to main lostmsu/runtime
- Make ComponentActivator.[LoadAssemblyAnd]GetFunctionPointer set initialize out pointer to 0 (#107426) d4601d3
- Make Module::LoadAssembly return Assembly instead of DomainAssembly (#107411) - Switch `Module::LoadAssembly` to ret... 42f3dce
- JIT: Simplify block insertion logic during loop compaction (#107403) cf8cbe9
- Fix leaking EVP_MAC_CTX in one shot 5a6d100
- Remove thread contention from Activity Start/Stop (#107333) * Remove thread contention from Activity Start/Stop A... ad430a1
- Move pinned heap handle table from `BaseDomain` to `AppDomain` and make callers go through the `AppDomain` (#107420) ... 6092b21
- Fix swizzle_mask type (#107460) That was catched by llvm debug asserts, the mask should be vector of 16 int8 dc5dbab
- [NRBF] Fix bugs discovered by the fuzzer (#107368) * bug #1: don't allow for values out of the SerializationRecordTy... e79426e
- Bind the code alignment condition with the loop alignment condition (#107340) d1ecd63
- Fix SegmentResortChains synchronization (#107468) 1c4755d
- JIT ARM64: Don't emit `mov` for zero case in jump tables for shift intrinsics (#107322) 0fa7321
- Remove Helper Method Frames for Exception, GC and Thread methods (#107218) * Convert Exception.GetFrozenStackTrace()... 5428078
- [wasm] Implement MONO_MEMORY_BARRIER in jiterpreter & enable MT jiterp traces (#107325) * Implement MONO_MEMORY_BARR... a349912
- [wasm] Implement MINT_SWITCH opcode in jiterpreter (#107423) * Implement MINT_SWITCH opcode (without support for bac... 5c4686f
- JIT: don't create vector constants from relocatable constants (#107491) We can't represent relocations in data curre... c4792a2
- JIT: Simplify block insertion logic during loop canonicalization (#107371) b523ec5
- Convert WaitHandle FCalls to QCalls (#107488) 10f6c4c
- Fix corner-case accounting bug in new codeheap allocation (#107492) The size of internal CodeHeap structures was not... 39c84a3
- Implement getClassAssemblyName (#106959) * Add getClassAssemblyName * Handle nullptrs * Remove CORINFO_ASSEMBL... 7d68c7f
- Remove unused declarations from clsload.hpp (#107509) * Remove unused declarations from clsload.hpp * also remove... aa418fc
- and 9980 more ...
lostmsu created a tag on lostmsu/MonoTorrent
lost/v4.0.0 - The official repository for MonoTorrent, a bittorrent library for .NET
lostmsu pushed 2 commits to lost/master lostmsu/MonoTorrent
lostmsu created a branch on lostmsu/MonoTorrent
TorrentPath - The official repository for MonoTorrent, a bittorrent library for .NET