Evan Rusackas
Evan Rusackas
Running CI... we shall see!
It seems there are still some issues that we might want to contend with: 1) Removal of 1Math.min1/`Math.max` — The original code handled backward ranges gracefully. The new code assumes...
This needs a big rebase... do we still want to carry this through? The SIP is already approved, so it just needs to be completed, or the SIP may (eventually)...
You can add `docs/static/img/*` to the `.rat-excluded` file to skip the license header checks on those files, but you'll still need to add the ASF blurb at the top of...
Committed a change to `.rat-excludes` that _might_ resolve that CI step.
Hey @javacatknight! 👋 I made some enhancements to your PR. Here's a summary of the changes: ## Data Structure Simplification - **Replaced** the markdown + parser approach with a single...
I'm thinking my next/last move here might be to remove the logos. You've done a great job at proving this all works!!! Now, I'm just worried about trademark/copyright stuff. I'm...
One more update: the homepage carousel section now **only displays when there are more than 10 logos** available. This prepares for a follow-up where we can remove the existing logo...
You need to run the pre-commit hook to pass CI. Superset uses Git pre-commit hooks courtesy of [pre-commit](https://pre-commit.com/). To install run the following: ``` pip3 install -r requirements/development.txt pre-commit install...
Some feedback from Claude: **Breaking Change Risk**: The convertKeysToCamelCase(formData.extraFormData) could be a breaking change if: Other components expect snake_case keys from extraFormData There are existing visualizations that rely on the...