Jeff Ward

Results 120 comments of Jeff Ward

Just wanted to update this issue with the latest status. It appears avalonia has implemented this feature in July 2022: https://github.com/AvaloniaUI/Avalonia/pull/8303 I’m just posting this here for sake of keeping...

If you check the 'WikiData' for the Serbian cities, is the data accurate? https://www.wikidata.org/wiki/Q497373

One idea is to find your smallest file, and then multiply it by the number of times to get to seconds. So if your file is (1) second, you'd need...

Your correct. Your not missing anything, I’m mistaken. On Sat, May 20, 2023 at 12:36 PM galarlo ***@***.***> wrote: > @jeffward01 I assumed it doesn't work > with short files...

@SteveDunn Sure thing! Thanks for adding it! I went to add the snippets, and it does not look like I have permissions to: _In this screenshot, it says I do...

@glen-84 - im not sure, I see this issue on mine as well Vogen Version: `3.0.9` Note: The value object in the screenshot is of type: `[ValueObject]`, please see `assemblyinfo.cs`...

I agree with you, I implemented an Async version of this specifically for `IQueryable` because I'm doing alot of EFCore work at the moment: https://github.com/vkhorikov/CSharpFunctionalExtensions/issues/473 ```csharp public static async Task...

This is very cool!! I am surprised that there is not a more complete list of file extension types. I plan to enhance it with this ticket requirement https://www.file-extensions.org/filetypes ,...

How would you determine what OS the user is on? Would it be something like ````csharp if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { // Do something } ```` Would you want this feature added...

First of all, big thank you for all of your change requests! I would much rather that you mention your opinion and suggest changes, rather than 'just hit accept'. Thank...