Joel Mueller
Joel Mueller
Every F# file that I open thinks that ALL open statements are unused.
@dungpa I'll try to put together a minimal repro. So far I've just noticed that since the update every F# file in any project of a rather large solution greys-out...
Thanks Vasily, that did help - after I closed and restarted Visual Studio.
Meanwhile in 2024...
@alarivan Thanks, that gets rid of the warning for me - I was logging the issue mostly so that the next version of vite-plugin-solid wouldn't trigger the deprecation warning by...
@yusukebe I don't find that getting both `hono` and `zod-validator` from npm makes any difference. Nor does getting zod-validator from esm.sh. @hectorAguero I'm not finding that even version 0.1.3 of...
> That's normal. The issue is not on `@swc/core` side but on `ts-node`. They have to push a release to make it work. I agree that an update to ts-node...
I took a stab at converting the four capitalization-transforms to Span-based versions, and setting up BenchmarkDotNet tests for them. Pretty good results so far, even with all tests using the...
I couldn't figure out how to get BenchmarkDotNet to run the netstandard2.0 version of Humanizer on the Core runtime, so it's currently using the CLR runtime to run the code...
String.Humanize, on the other hand, gets roughly the same performance for short strings, slightly better for long strings, after conversion. Garbage collections and memory allocated are lower, though. Maybe there's...