Todd Tanner

Results 58 comments of Todd Tanner

As you have given zero information including a useless issue title, I don't think anyone CAN help you.

My mounts are just disappearing. Good stuff. 👍

I am the person who reported that bug (https://github.com/dotnet/aspnetcore/issues/59291). If your issue is caused by the same bug I reported, targeting .Net 8 in the Blazor App fixes the problem....

I believe your issue is being triggered by https://github.com/leekelleher/umbraco-contentment/blob/d0593b2879146acea8e0b52753c8001009bddb0c/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj#L8 Which is being improperly handled by the .Net 9 publish system when targeting .Net 9 Blazor apps. I use `` in...

Sorry, I had forgotten that disabling compression was another way I found to workaround the bug.

Please show your code when reporting that your code does not work. As I, and many others, have had no problem getting subtitles to work, the problem is in your...

@pavloshargan 👍 WORKERFS is the best way right now to use large files for input. The file is not read into memory all at once and is not copied before...

> Can you tell me how you modified it into a single-threaded version? Simply use the non-multithreaded core (core instead of core-mt)

I wrote (with help) [SpawnDev.BLazorJS](https://github.com/LostBeard/SpawnDev.BlazorJS) which brings the entire browser API, including WebGPU API support ([WebGPU classes](https://github.com/LostBeard/SpawnDev.BlazorJS/tree/main/SpawnDev.BlazorJS/JSObjects/WebGPU)), to Blazor WASM. I just improved the performance of TypedArray marshalling to and...

> I hope you can appreciate that this would not be an easy change. I do. I am also very hopeful. I think ILGPU would work well in Blazor WASM....