Jake Laderman

Results 6 issues of Jake Laderman

Code changes are mostly lint-related, determined using `cargo x lint && cargo xfmt && cargo xclippy --all-targets`

Temp change to kube.py for testing- will revert back ## Motivation Migrate forge to new cloud- using this pr to test the backend. Currently set up to run in parallel...

cla-signed
stale

uses the DS modal wrapper but with a lighter background than other modals closes PROD-2513

enhancement
frontend

**Is your feature request related to a problem? Please describe.** All Docker images are currently built for x86, so it is difficult to run Cactus on ARM-based machines (M1 Macs,...

documentation
enhancement
good-first-issue
SPIKE
Nice-to-Have
dependencies
Developer_Experience
Hacktoberfest
good-first-issue-400-expert

React version: 19.2. ## Steps To Reproduce 1. The expected behavior screenshot shows when my repo had eslint-plugin-react-compiler@beta and [email protected] installed. [Per the React Compiler v1.0 announcement](https://react.dev/blog/2025/10/07/react-compiler-1#migrating-from-eslint-plugin-react-compiler-to-eslint-plugin-react-hooks), I removed eslint-plugin-react-compiler,...

Status: Unconfirmed

it wasn't really clear what the differences are between `dayjs.utc(date),` `dayjs(date).utc()`, and `dayjs(date).utc(true)` (the behavior of the last one wasn't even documented at all), so i added some more description...