Matěj Štágl

Results 163 comments of Matěj Štágl

Thanks for considering this! Would be a game changer for me :)

@Arakade exactly, we are in the same boat here 👍🏻

There is now an implementation of the feature I've requested in comments - https://github.com/Librelancer/moonsharp/commit/2c52d89bdf2161c5324d5dda2fa6245927c943de by @CallumDev Might be a good inspiration for @ixjf in case you'd like to get it...

tested, with this PR merges were - at least in my cases - correctly reffed. For a quick test you can swap nuget to: https://www.nuget.org/packages/LibGit2SharpLofcz/0.27.0-preview-0113 (built against this PR and...

It would be nice to reconsider [Blazor custom directives](https://github.com/dotnet/aspnetcore/issues/5607) for .NET 8. While the original proposal targets Razor, it makes even more sense for Blazor. There are built-in directives such...

@LimpingNinja we did many changes to the bytecode representation, changed some core `class`es to `struct`s, reduced their runtime size, allocations and overall dramatically improved performance in [WattleScript](https://github.com/WattleScript/wattlescript). Currently, we don't...

@LimpingNinja the last two things I wanted to add were gradual typing and LSP for Wattle. We hit a major roadblock with the gradual typing implementation, that's why the last...

Reproduced on `8.0.453106+2651752953c0d41c8c7b8d661cf2237151af33d0`

Is there something blocking the merge? Just had to discard 15k files, github desktop client didn't even finish after hours, `git reset HEAD && git clean -fd` took ~10 seconds.