Matiss
Matiss
@LiveGood thanks, this helped with my issue. Was querying 125k rows over 4 columns and it would take 11s to return from cache (slower than if I would query API...
I use `persistent-cache` to cache the data when in local development since after every file save nodemon restarts the server and I use `node-cache` in prod when deployed.
@mrkaarel Thank you very much, you've given me enough information to make the changes I needed. I ended up moving PSReadLine's `AcceptSuggestion` to `Tab` and `AcceptNextSuggestionWord` to `RightArrow` in effect...
@carlopi Is there an update on this? I think I'm running into an error that is related to this issue. I'm using `[email protected]`. ```js await connection.query(` BEGIN TRANSACTION; ALTER TABLE...
@carlopi actually I just figured that I can fix the issue by explicitly loading the icu extension by adding `load icu;` in the query transaction like below and it works....
@ljharb I was considering that as well. And I suppose that would solve the issue if you don't mind the event bubbling all the way to the window and doing...
It would be nice for this to finally land.
This. I'm looking for some examples in plain JS (but React would also be nice) to implement own Mosaic Clients. These Clients could be custom D3/Plot components or in React...
@rickiesmooth I think creating a custom Client subclass itself is perhaps not the biggest problem for me. I was following this template: https://idl.uw.edu/mosaic/why-mosaic/#mosaic-is-extensible. However, I'm a bit confused how to...