Results 73 comments of zarlo

are you using the userkit?

we now use [limine](https://github.com/limine-bootloader/limine)

.net 8 comes out next month November 14, 2023

> someone said only LTS version of dotnet used .net 8 will be a LTS version when its live next month

when we upgrade to .net 8 (should be by the end of the year) you might be able to use RegexOptions.Compiled as that uses a source generator

mmm so i was not going insane ```cs public static bool HasFlag(ref Int32 data, int flagOffset) { if (flagOffset is < 0 or > 31) throw new ArgumentOutOfRangeException("flagOffset"); var flag...

at is was this line ``` public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode )``` before then it was like 6 years

we will not likely do this any time soon as we use some hard coded paths and it would not work as cosmos still needs to be installed as not...

> Is it possible to include everything which is currently stored in the User kit directory in a nuget package? depends on if we can call a process from inside...