James Arthur

Results 50 issues of James Arthur

Allows the aspect ratio of the embedded video to be limited. For example, if using: ``` $('.selector').fitVids({'maxAspectRatio': 0.5625}); ``` Embedded videos encoded at aspect ratios "squarer" than 16x9 will be...

Enhancement

At the moment, we are a KV store with primary indexes. We want users to be able to efficiently query on multiple fiuelds. This presents a challenge to have consistent...

epic

Currently, querying the contents of large objects (maps, sets) copies the whole object (e.g.: the whole set) to the client to read one of the members. We need a strategy...

epic

Finish / merge the refactoring and log compaction work. TODO: flesh out this description / spec.

epic

The idea is to merge the best of the strong consistency implementations on the current feature branches. TBC: to what degree is this required with the rich-CRDT approach?

epic

Hi, I put turnstile in front of a production site for a few hours today. Unfortunately, I found that the response time steadily increased. I believe that the graph below...

For CRDTs using a transfers / rights mechanism, we should be able to monitor usage and proactively re-balance to minimise runtime latency.

epic

See the discussion in https://github.com/electric-sql/electric-next/issues/173

- [ ] demonstrate using the `fetchClient` param to add custom auth headers