Tom Anderson
Tom Anderson
### What version of `Wrangler` are you using? 2.0.22 ### What operating system are you using? Mac ### Describe the Bug When running `wrangler dev -l` the KV store for...
### What version of OpenTelemetry are you using? `@opentelemetry/[email protected]` ### What version of Node are you using? `v16` - `v21` ### What did you do? Given the following handler: ```js...
*Issue #, if available:* N/A *Description of changes:* When running multiple deployments with a `tar`/`tgz` bundle on the same host with the same codeagent instance, there is a chance for...
A few changes in this PR: - Update Clickhouse to 1.4.0 - Replace `ClickhouseDbParams` with official `ClickHouseClientConfigOptions` type from `@clickhouse/client` - Use `url` for connection string instead of the deprecated...
When viewing the controller page, the pie charts display incorrect percentages for applications in different states. 
## Done - improve regex for pulling out charm icons ## QA - View a model, and see all of the charm icons ## Details This caused two minor issues:...
## Done - create `useAllWatcher` hook to simplify interactions with AllWatcher - update `ModelDetails` to use new hook, and push resulting updates into redux - update associated tests ## QA...
Is there any particular reason that some of the Svelte examples are setting styles with the `style` element prop, instead of the [component `style` tag](https://svelte.dev/docs/svelte/scoped-styles)? ([example](https://github.com/matschik/component-party.dev/blob/main/content/4-component-composition/3-slot/svelte5/FunnyButton.svelte#L6)). I'd be happy to...
**Describe the bug** If a breadcrumb contains a long string, it will cause the breadcrumbs to wrap. If the string isn't wrappable by default (such as a very long email...