Kenny Pflug
Kenny Pflug
I'm new to Auralia and tried the Contact Manager Tutorial. I noticed that the Webpack Dev Bundles were not loaded correctly when pressing F5 to reload the current site while...
What do you think about adding support for .NET CF 3.5? There is a gist that explains how to do it manually: https://gist.github.com/skarllot/4953ddb6e23d8a6f0816029c4155997a I'm not sure if the different steps...
This feature should be implemented for double and float values. The assertions should be overloaded so that the tolerance can be specified by the caller. See `IsApproximately` for double and...
We should add the following assertions for `string`, `ReadOnlySpan` and `Span`: - `IsTrimmed`: checks if a character sequence starts and ends with a non-whitespace character, returns true or false. -...
Hi @Niels-IO, first of all, thanks for all your efforts with next-image-export-optimizer. It’s an excellent tool. I have one question regarding support for SVGs: do you plan to support optimization...
ErrorOr is often used in circumstances where exceptions might be thrown (for example, during I/O calls) which are then translated to an `Error` instance. While its technically possible to store...
Hey Amichai, sorry for taking so long, but I'm sick these days. I did a rather large refactoring regarding the conversion of `List` to `IActionResult` and `IResult`. ## What is...
### Usage Information Nuke 9.0.4 / .NET SDK 9.0.200 / net8.0 and net9.0 / Mac OS X and Windows 11 ### Description Consider the following Build class: ```csharp using Nuke.Common;...
I just stumbled upon this project and really like what you have implemented so far. Great work! I have a question: as far as I understand, there is currently no...