Carson McManus
Carson McManus
Right now, the unit tests for this will fail. Do not merge this as is, it will break clients being able to connect. There are some breaking changes moving from...
### Expected Behavior The following should work fine ```ts OBSTACLE_OBJECT_TYPES.includes("test") ``` ### Actual Behavior It makes ts angry >:( ### Sample code (if available) workaround ```ts (OBSTACLE_OBJECT_TYPES as string[]).includes("test") ```...
**Describe the bug** The editor hangs and emits "InternalError: too much recursion" when trying to render a specific `erDiagram`. **To Reproduce** Link to Live Editor: https://mermaid.live/edit#pako:eNptjjEOwjAQBL9ibe0XuEOkTUWH3JziC0Rgn2XsAiLn7XES6NhqtRqtZsYgjmHAqZvolsjboFpOaj7Klp7ictaqW9Qooiw-f2Jx8NUGaHhOnibXfvcbi3xnzxamVUfpsdG1cVSyXN5hgMmpsEaJjjJ_TWBGer7aym7KkvpDdPfViBSuIj-mrpvIQtM Steps to reproduce the...
related: #1341
### Current Behavior Sometimes, a client will disconnect and the balancer will not acknowledge the disconnect. ### Expected Behavior When a client disconnects, the balancer should be able to detect...
### Is your feature request related to a problem? Please describe. Creating k6 load tests takes a lot longer when we don't have access to all the protocol/rest api type...
### Is your feature request related to a problem? Please describe. Currently, SponsorBlock segments are not cached in any way. This can cause problems for SponsorBlock upstream during load testing....
### Current Behavior Started seeing this log message from the balancer ``` 2024-02-16T14:03:12.261509Z ERROR ott_balancer::balancer: failed to dispatch monolith message e7768db2-da5a-4726-9c07-c98392daf866: invalid type: string "true", expected a boolean at line...
### Is your feature request related to a problem? Please describe. Currently, Balancer IDs are generated by the Monolith. When looking at log output of multiple monoliths, it can get...
closes #989 It seems like the issues I was having before are resolved. As an additional benefit, docker image sizes should get a bit smaller.