David D.

Results 25 issues of David D.

- [x] Convert Redis connection warnings in Multiplayer to errors - [x] Send multiplayer errors in the frontend to Sentry Closes: https://github.com/quadratichq/quadratic/issues/1269 Console errors now for multiplayer error messages sent...

cla-signed

Upgrade to pyodide 0.25.1

cla-signed

- [x] Add Redis monitoring to Datadog and set utilization thresholds for alarms - [ ] Convert Redis connection warnings in Multiplayer to errors - [ ] Send multiplayer errors...

type: enhancement
high priority

Redis streams are filling up the cache with legacy transactions. In a separate thread in the Files service, [truncate messages](https://redis.io/commands/xtrim/) every hour (or day?) based on the following process/rules: *...

type: enhancement
high priority

We're currently on 0.2.87, and the current version is 0.2.92, so it's time to upgrade. Replace deprecated items with the new, preferred methods.

type: enhancement

We have the notion of a `last_modified` date that isn't really used. It's a string in the file format and in the internal representation. We should change the internal representation...

type: enhancement

Steps to reproduce: 1. From the dashboard, create a new individual file 2. After the file loads, hit the browser's back button 3. Dashboard is in loading mode. No console...

type: bug

Move any code that utilizes the `wasm_bindgen` macro to the `src/wasm_bindings` folder. This will allow us to separate the 2 sections into their own crates. This will make it easier...

type: enhancement