b-straub
b-straub
It's possible to build onnxruntime as static WASM library and link as NativeFileReference. Performance is not great however. Object detection for [BUS](https://github.com/dme-compunet/YOLOv8/blob/main/Source/YoloV8.Demo/assets/input/bus.jpg) Blazor Webassembly: Preprocess: 4,0277, Inference: 6,093, Postprocess: 0,8253...
After enabling SIMD I get for WASM: Preprocess: 2,886, Inference: 1,278, Postprocess: 0,6944 Maybe with the upcoming thread support it will improve further.
This approach might work, when you’re using OmniSharp as C# LSP, like VS Code before the C# DEV kit introduction. I tried Roslynator together with Claude, but refactoring a mid...
- I have a solution for my request #1986, which requires writing some database entries when the user is about to log out. Actually I could solve this client side,...
Meanwhile I have implemented my own solution [DexieCloudNETPushServer](https://github.com/b-straub/DexieNET/blob/master/DexieNETCloudPushServer/README.md). [ServiceWorker](https://github.com/b-straub/DexieNET/blob/master/DexieCloudNET/yarn/serviceworker/dexieCloudNETServiceWorkerBase.ts) [DOM](https://github.com/b-straub/DexieNET/blob/master/DexieCloudNET/yarn/dexiecloud/dexieCloudNETPush.ts) While the Dexie Cloud part was pretty easy to implement using the Rest API and the great Quartz scheduler library,...
By the way. It would be very helpful for my solution having a Rest API call returning the timestamp of the last change for a given url and table name.
> I'll do my best to fix it, it should be pretty easy. Please send me a reminder if I forget about it. Back from holidays 🏖️. Here the requested...
Any timeframe for this request?
Any news?
For me, the most significant usability issue is the time wasted enforcing basic rules repeatedly. I believe every major programming language should have a set of good practises that can...