Igor Karatayev
Igor Karatayev
I found suitable workaround for that - don't pass args to `Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder` So instead of `ConsoleApp.CreateBuilder` need to use `ConsoleApp.CreateFromHostBuilder(Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(), args)`
I think easiest solution would be add attribute, to capture all items after verb to IEnumerable, and then use that enumerable to make internal parser in verb handler. [Verb("add", HelpText...
https://github.com/xforce/anno1800-mod-loader/pull/200 Here is a PR for fixing that.
Omg. So much discussion for such a simple and useful feature, and no progress in 5 years.
Wow, really, that explains why some scripts are written on lua in dlcs now. But actually, I don't think they will remove python support completely. Yet we need to think...
Thanks, I completely missed `tools.files.download:download_cache` It is sort of working now, yet still sometime files are cached sometimes they don't. Looks like that depends if sources are read form yaml...
@onlysumitg fixed that too
AFIK clay splits text into words and measure words one by one, that way it can calculate how to layout big texts into available spcae. So no, MeasureText does not...
Why that is even done by hand? Why not use raylibs MeasureTextEx function?