js6pak

Results 41 comments of js6pak

> Tried this branch but I'm getting `Download failed to due to an unhandled exception: Config already loaded` when using two `--pubfile` to download two workshop items (since this PR...

> The only way to use this though is to self-host it on the user device You can just use it as a regular java library: https://dev.languagetool.org/java-api.html

Generally the problem is labymod is reimplementing `GuiPlayerTabOverlay` with its `net.labymod.core_implementation.mc18.gui.ModPlayerTabOverlay`, and for some reason instead of using already existing header/footer fields its creating new ones. I made [working workaround](https://github.com/js6pak/Autotip/tree/labymod),...

@mavasani This is caused by `GetEffectiveCustomTags` only being applied in `DiagnosticHelper.Create`, when diagnostics like [`IDE0073`](https://github.com/dotnet/roslyn/blob/3fa9ffdf035f5e139ef0e1f3e3df9156ab301294/src/Analyzers/Core/Analyzers/FileHeaders/AbstractFileHeaderDiagnosticAnalyzer.cs#L71) or [`IDE0036`](https://github.com/dotnet/roslyn/blob/191840b1c9dad0c4fd2e94d792d93a52c8d31840/src/Analyzers/Core/Analyzers/OrderModifiers/AbstractOrderModifiersDiagnosticAnalyzer.cs#L73-L75) use `Diagnostic.Create` directly.

Should this be closed? Is there any way to have working tpm unlocking after a kernel/bootloader/initrd update? Could `lzbt` possibly have the same feature as mentioned `tpm_futurepcr`?

Keep in mind because of the awful way github actions are distributed you have to run `npm run build` (you should run `format` and `lint` aswell) before every commit, which...

https://github.com/JoeZwet/fabric-forwarding ?

Try `Il2CppSystem.Collections.Generic.Dictionary` instead.

My test code: ```cs public class Test : Il2CppSystem.Object { public Test() : base(ClassInjector.DerivedConstructorPointer()) { ClassInjector.DerivedConstructorBody(this); } public void InstanceFoo(int a, int b) { System.Console.WriteLine($"InstanceFoo {a} {b}"); } public static...