Richard Mathieson

Results 30 comments of 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?

![image](https://user-images.githubusercontent.com/35163478/168053439-a60c6ed9-c759-4be9-a7fb-f58f62ffebd2.png) ![image](https://user-images.githubusercontent.com/35163478/168054076-ca442a89-e555-4562-a3b8-bb892fc36938.png) 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;...

@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...