Lilith River

Results 256 comments of Lilith River

Well, I don't think we want to tell downstream libs that it is AOT compatible until we've annotated which APIs are and aren't. > Yeah, I would probably prefer to...

Of course. I'd say we could leave the warnings on for now? Tangentially, is there a configuration provider for Tomlyn? https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.fileconfigurationprovider?view=dotnet-plat-ext-8.0 On Fri, Feb 2, 2024, 10:10 AM Alexandre Mutel...

I wouldn't call this a Tomlyn bug - it's getting 0.100000001 from your code since that's what a 32-bit floating point is stored as in memory (well base 2, but...

I apologize, it looks like it may be possible to improve the situation, although I'm uncertain if we can do so with the built-in formatters in .NET. https://github.com/xoofx/Tomlyn/pull/81/commits/026f953e5f3647f0ec83d3ad3fd2fab406261bad

I only have 1270, but it's extremely slow for me, sometimes timing out on login, and frequently taking 3-6 seconds to fill

Toml (the spec) supports only binary64/double/f64 representable numbers. There's overlap between the numbers representable in binary64 and decimal, but both can express numbers that the other can't. This makes for...

Here's my branch that explored this: https://github.com/lilith/Tomlyn/tree/decimal-support Honestly the safest approach might be to explicitly document decimal is not supported, and also throw an exception on use. Reading numbers into...

TrimWhitespace doesn't work on animations unless the whitespace is consistent in every frame. Perhaps it would better to only analyze the first fram for cropping data, but that is not...

I'll put it on the list. If you have a support contract, we can prioritize it, but you're the first to report the issue since those features were added in...

Can you release that image into the public domain for use in our test suites?