Paul Colomiets
Paul Colomiets
> There are no tombstone nodes and they prune data so it's relative to data size not operations performed. Here is how I understand it: 1. ORSWOT [relies on vectorclocks](https://github.com/spacejam/rust-crdt/blob/813e9136071799dcd6c6c687945d1ce764f25427/src/orswot.rs#L19)...
Sure, please update the docs, or create another issue for that.
I think a special handler is good. (I also noticed that we don't have the documentation for SelfStatus handler which exposes current metrics) Whether you need a cargo feature or...
For libcantal: Collection has a [`visit` method](https://docs.rs/libcantal/0.3.2/libcantal/trait.Collection.html#tymethod.visit). Regarding self-meter-http there were two considerations: 1. Backward compatibility if we change the internals of self-meter 2. We can access data only when...
Technically it's possible to make metrics by destination, but that requires more effort, let's start with smaller task.
By the way, of these things are now covered at a different level in: * `websockets.swindon_chat.pubsub.*` * `websockets.swindon_chat.lattice.*`
Any reason why [extra-headers](https://swindon-rs.github.io/swindon/config/handlers.html#opt-extra-headers) doesn't work?
Yes. Just be careful not to replace content-length or transfer-encoding headers.
> Is there a way to turn on debug logging for the native install? You can try `RUST_LOG=debug edgedb server install`. And also `edgedb server _detect`
You need to apply migrations to have the schema pushed into the database. [This should provide some guidance](https://www.edgedb.com/docs/changelog/1_0_b1#migrations). Although, you should replace `-I chatapp` to your own way to specify...