Richard Mathieson
Richard Mathieson
+1 , this is a blocker to us taking up Federated subscriptions.
This seems to fix your issue @M1cha: --- The default `layout.kdl` looks like: ```rust layout { pane size=1 borderless=true { plugin location="zellij:tab-bar" } pane pane size=2 borderless=true { plugin location="zellij:status-bar"...
Also interested in session replay for web. Any timeline on availability?
@albertalrisa Any updates on this?
  Sorry @ldelossa, should've clarified. It's actually called a suggestion
As for the server-side, I don't really know -- not too familiar with the GQL API and I'm assuming you can't use the REST API to submit suggestions. Seems like...
> > First of all, loving the look of this plugin - I'm actively watching its development. Haven't used it yet as I'll be waiting for the all commits flag;...
+1, preventing us from adopting Cosmo.
@Spxg is the master here; But every call to WASM needs to establish connection to SQLite, which (in the context of sync-access OPFS requiring a dedicated worker), means we must...
See here: https://github.com/Spxg/sqlight/blob/master/src/worker/mod.rs It uses a dedicated worker and https://docs.rs/serde-wasm-bindgen/latest/serde_wasm_bindgen/ to manage de/serialization between the worker thread and main thread. No worries at all, don't let this take your brain...