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 NixOS/nixpkgs
It sounds like `nix-ld` could be a viable workaround, but the issue still stands. If I install build tools from Nix repo I expect them to produce compatible executables. In this case `dotnet run` p...
lostmsu opened an issue on NixOS/nixpkgs
`dotnet run` does not work without FHS with SDK 9 and net8.0 target
## Describe the bug This is an experience issue. One can install .NET SDK 9 + .NET 8 runtime, but an attempt to run a .NET 8 project using `dotnet run` without first entering FHS environment wil...lostmsu pushed 1 commit to lost/master lostmsu/VtNetCore.Avalonia
- fixed crash in ResizeTerminal fb6b8a2
lostmsu created a branch on BorgGames/VtNetCore
borg/master - A VT100/XTerm terminal emulator library for .NET Standard 2.0
lostmsu created a repository: RoxyVoice/roxyvoice.github.io
lostmsu created a comment on an issue on pythonnet/pythonnet
We can not really implement negative indexing in general case because neither Python requires it nor .NET guarantees that negative index values can not be used for other purposes (e.g. it would be ...
lostmsu pushed 1 commit to Del losttech/pythonnet
- implemented __delitem__ for IDictionary<K,V> and IList<T> fixed crash for all other types (now properly throws TypeE... 5f962be
lostmsu opened a pull request on pythonnet/pythonnet
`__delitem__` for `IList<T>` and `IDictionary<K,V>`
### What does this implement/fix? Explain your changes. Implements `__delitem__` for `IList<T>` and `IDictionary<K,V>` Fixes memory leak on using indexer setter. Fixes crash on attempting ...lostmsu pushed 1 commit to Del losttech/pythonnet
- implemented __delitem__ for IDictionary<K,V> and IList<T> fixed crash for all other types (now properly throws TypeE... 7fd0e26
lostmsu created a branch on losttech/pythonnet
Del - Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.