Joseph Nix

Results 107 comments of Joseph Nix

What I'm thinking of is two separate processes, but not direct inter-process communication, rather, an indirect communication as with an external bus or information store. If it's possible to run...

Yes, that's right. Actual IPC would certainly have some benefits, but I don't know that that exists (or again, if you can even have multiple simultaneous WASM runtimes atm). There...

If I wanted "microservices" out of pyodide, than web workers does sound like a pretty good fit. Reading https://pyodide.org/en/stable/usage/webworker.html#caveats, everything listed there sounds in fact desirable, minus the single threaded...

Yes, precisely. Better IPC would be great, but the DOM would be sufficient for cross WASM communication. On Tue, May 17, 2022, 6:30 AM Antonio Cuni ***@***.***> wrote: > Ok,...

I would also like something like this. I would think it is often not appropriate for e.g. an entire IT department (presumably all admins in OnlyOffice) to have access to...

Thank you, this does offer a novel feature set, but it unfortunately doesn't really cover the core of the use cases I'm imagining and would use. The main issue is...

Thanks for finding and posting this @Jossnaz. Certainly sounds bad. @smitty42, tagging you if you can get to this faster than I can.

@Jossnaz I'm curious, there were some improvements to the file watcher since 3.0.1 that are in master. Can you check if this bug exists in master too? You'll need to...

It seems to me a big consistent theme here is the desire for admin to be decoupled from Lektor. For that we need a good, documented, API. Extending that would...

Certainly we can't get rid of the whole js build system, regardless. At least not without a ton of sacrifices. @runfalk If we, and it's looking like mainly you, can...