Alexandr Vulpea
Alexandr Vulpea
Nebulet doesn't have to be a general purpose kernel, it may not even be specialized for something, all it has to do is to offer the building blocks for its...
> a nebulet "compiler"/"builder", that can compile one wasm executable ahead-of-time for a specified cpu architecture that's what i was thinking at the time
> would only allow a single cpu to run in a process at a time wouldn't this mean that the number of processes that can run at one time is...
Could i suggest to use wasm for the optimization part. [Squoosh](https://squoosh.app/) uses wasm to compress images, for example [this lib](https://github.com/webmproject/libwebp)
Any chance of this being reviewed in near term?
Can confirm, same error on Fedora Silverblue 39.
managed to get it running by using the following: ```bash GDK_BACKEND=wayland flatpak run com.logseq.Logseq --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations ```
So, I've just managed to open it without CLI and it didn't crash, I'm have no clue what changed. Version 0.10.6 on Fedora 39 Silverblue
This issue can be closed since it apparently was a flatpak manifest bug (see: https://github.com/flathub/com.logseq.Logseq/issues/127)
Side note: Microsoft's [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2?form=MA13LH) allows to access content from iframes on different origins. No other engines (as far as I know) allow this. We have a similar use case, and...