Anders Pitman
Anders Pitman
I haven't done any serious stress testing, but preliminary results show that using `CompiledPlugin` solves the concurrency problem for my use case. I spun up 4 loops making requests to...
> In JS the API looks a little different, but it's already supported! Instead of passing a buffer containing a Wasm module, you pass a `WebAssembly.Module` This appears to be...
> If you want to kick the tires on JSPI, you can run the following with Node v23+ via `node --experimental-wasm-stack-switching`: @chrisdickinson would this provide a way for my plugin...
Sorry if I was confusing. I just need exactly the functionality the official SDK provides. If you implement that I should be good to go. In fact I can submit...
Seems to be working, thanks! Here's my hacky solution for an `Image` with an animation that can be turned on and off: ```slint Image { x: root.animating ? animation-tick() /...
Hi @nicolaspernoud. That's an interesting idea. I'm not familiar with Entra. Just glancing over, this looks fairly complicated and is probably outside the scope of obligator/LastLogin. I'll leave this issue...
I'd be fine with either, though semantically your proposed error essentially boils down to "something I expected to exist doesn't, so inform the caller". So maybe it should return an...
@mholt would you mind providing a simple example of where S3 would break atomicity for this? I'm currently reading Kleppmann's book and this would be a nice real world example...
Thanks @thim81. Is inspectr capable of proxying generic requests (such as video streaming from an HTTP server), or is it specifically a debugging tool for developers?
@zxq82lm thanks for the rundown. I'm doing some generic testing now before looking closer at the code. Overall the multi-window stuff is awesome. Great work! I am seeing some interesting...