tomat
tomat
Has work been started on this? I'd be happy to make a PR if it hasn't.
Can confirm, I believe this may be an issue from the .NET Core port/move to FNA. Vanilla doesn't do this but my own .NET Core patches replicate this behavior.
> If i didnt understand, but you could also try to load all mods parralel, and only end the loading screen when they finished, but its still faster, because multiple...
> > > If i didnt understand, but you could also try to load all mods parralel, and only end the loading screen when they finished, but its still faster,...
Points of concern: - I believe some mods are evil and actually extend the `ai` arrays to allow for additional values, - there are valid reasons for mods to want...
Took a glance at the content of the PR and: 1. might it be better to shove annotations and IdDictionary instances in a TML partial class for IDs, 2. and...
> I'm using Next.js with react 18, and turning off strict mode helped for me! > > ```js > const nextConfig = { > reactStrictMode: false, > swcMinify: true >...
Preferred file associations for `.html` would be a generally safe bet, but accessing based on https preferences may be the best way to go? Windows is a "little" aggressive with...
You can write your own (de)serializers.