Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

lostmsu

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...

View on GitHub

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

View on GitHub

lostmsu forked aaasoft/Quick.PtyNet

lostmsu/Quick.PtyNet

lostmsu created a branch on lostmsu/VtNetCore.Avalonia

lost/master

lostmsu created a branch on BorgGames/VtNetCore

borg/master - A VT100/XTerm terminal emulator library for .NET Standard 2.0

lostmsu pushed 1 commit to master lostmsu/lostmsu.github.io

View on GitHub

lostmsu pushed 1 commit to master lostmsu/lostmsu.github.io

View on GitHub

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 ...

View on GitHub

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

View on GitHub

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

View on GitHub

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.

lostmsu created a comment on an issue on NixOS/nixpkgs
Seems to be fixed now.

View on GitHub

lostmsu closed an issue on NixOS/nixpkgs
24.11: jetbrains.plugins.addPlugins no longer finds github-copilot
## Describe the bug I am unable to add official GitHub Copilot plugin to Rider (haven't tried with other JetBrains products): > error: Could not resolve plugin github-copilot ## Steps To R...
lostmsu opened an issue on NixOS/nixpkgs
Build failure: jetbrains.plugins.addPlugins fail with error: Jetbrains IDEs with build 241.17890.1 are not in nixpkgs. Try update_plugins.py with --with-build
## Steps To Reproduce Steps to reproduce the behavior: 1. Have the following in your `systemPackages`: ```nix (jetbrains.plugins.addPlugins jetbrains.clion ["github-copilot"]) (j...
lostmsu created a comment on an issue on microsoft/Windows-Sandbox
`Default` only works in Windows 11 I believe.

View on GitHub

lostmsu pushed 1 commit to lost/master lostmsu/MonoTorrent

View on GitHub

lostmsu pushed 1 commit to main BorgGames/borggames.github.io
  • this is now a legacy client cf6a539

View on GitHub

lostmsu pushed 1 commit to main BorgGames/borggames.github.io
  • this is now a legacy client c5a1ea4

View on GitHub

lostmsu created a comment on an issue on NixOS/nixpkgs
@ralphpig I just tried this, and it still does not seem to work. From the menu it does not start. When I copy arguments from the menu item and run from terminal likes this: ```bash $ microsoft-...

View on GitHub

lostmsu created a comment on an issue on NixOS/nixpkgs
The issue is gone today after restart.

View on GitHub

lostmsu closed an issue on NixOS/nixpkgs
Nix-rebuild fail: error: attribute 'man' missing
## Steps To Reproduce Steps to reproduce the behavior: 1. sudo nixos-rebuild switch --upgrade (I'm on 24.11) ## Build log <!-- insert build log in code block in collapsable section --> ...
lostmsu created a comment on an issue on NixOS/nixpkgs
@Ben9986 here: https://gist.github.com/lostmsu/fc63b707674ce1e9b3ff8dbca454fc6a

View on GitHub

lostmsu opened an issue on NixOS/nixpkgs
Nix-rebuild fail: error: attribute 'man' missing
## Steps To Reproduce Steps to reproduce the behavior: 1. sudo nixos-rebuild switch --upgrade (I'm on 24.11) ## Build log <!-- insert build log in code block in collapsable section --> ...
lostmsu created a comment on an issue on pythonnet/pythonnet
Hm, this actually should work due to https://github.com/pythonnet/pythonnet/blob/dfd746b339dc24d530f7d64768e1c8acf9d84cb4/src/runtime/Mixins/collections.py#L58

View on GitHub

lostmsu created a comment on a pull request on pythonnet/pythonnet
Not that I'm against 3.13 support, but this seems to fail multiple tests.

View on GitHub

Load more