Scott Rippey
Scott Rippey
I have started using `constate` to separate my data-fetching logic from my UI, and it's perfect for the job! Thank you. However, in Storybook and in Unit tests, I'd like...
I would like a "join" option, so that multi-line strings could be both dedented and joined into a single line. Example: ``` example = dedent(' ', ` This is a...
# What Replaced Template Literal Types since they're a newer TS feature (starting in 4.1). Replaced with simply `string` types. These types were nice to have, but weren't extremely useful,...
# Prerequisites - [x] Support TypeScript in builds, tools, etc - [x] Migrate `victory-core` and `victory-vendor` to TS # Motivation Migrating all other packages to TypeScript will have the following...
# What A POC for "Property Containers", which eliminate some of the boilerplate for our components.
Implements `victory-line` using the new "Turbo" / v37 approach.
I've been working on a fork of Robot-JS, trying to build support for native clipboard access. This includes the ability to read / write custom data formats and binary data...
# What This "data aggregator" approach is to replace the Context-based approach currently used by the Turbo refactor. # The problem Victory components can be nested inside a parent container:...
Improvements that can be made to changesets: - [ ] Remove the excessive "Updated Dependencies" ([see Slack for more info](https://formidablelabs.slack.com/archives/CUBJUUSBF/p1660684599511609)) - [ ] Apply a default message when running `pnpm...
I love the semantics this library adds to my tests. In particular, I love how this allows me to write "sequential steps", which are clearly dependent on each other. For...