Andrew Phillips
Andrew Phillips
I think just a simple list that we could make PRs for would do well in the short term. I'm actually looking for somewhere to link to this: https://github.com/theasp/macchiato-core-async
@TerjeNorderhaug, I've added a Macchiato server adapter to use Sente directly: https://github.com/ptaoussanis/sente/pull/307 Example: https://github.com/theasp/sente-nodejs-example/tree/macchiato
Sure, go right ahead, that's what it's for. :) It might be a good idea to note that the example covers other frameworks too, just to avoid confusion.
I tried building a collection with @maxgio92's `galaxy.yml`, using my own namespace. You also need to touch `roles/README.md` and `roles/*/README.md` , as it won't import otherwise. Once that is done,...
It is normal for `:chsk/ping` to come inside a `:chsk/recv` event. I'm not sure the reason behind this, but I agree the docs imply that you should be getting it...
I haven't looked at your changes, but I believe that Sente keeps the transit readers and writers for each client since #161. Is it still safe to memoize this? I...
Yes, it looks like you are correct. ``` cljs.user=> (require '[cognitect.transit :as t]) nil cljs.user=> (def writer (t/writer :json)) #'cljs.user/writer cljs.user=> (t/write writer [:msg {:a 1 :b 2}]) "[\"~:msg\",[\"^ \",\"~:a\",1,\"~:b\",2]]"...
Hi @zyyw, I've been dealing with an issue related to *really* slow pushes (like 1 MiB/s and I'm the only user), pulls are fine. For my config I have Traefik...
Sorry, I have no plans to provide this image for other architectures. I don't even use this anymore.
Has anyone tried using the timescale bitnami image variants with the bitnami postgres chart? i.e. this image `timescale/timescaledb:latest-pg16-bitnami` with this chart https://github.com/bitnami/charts/tree/main/bitnami/postgresql.