Justin Bennett

Results 33 issues of Justin Bennett

First off, this project is amazing. It's extremely useful for bootstrapping an app before the graphql server exists. The faker methods are extremely useful, but I'm finding myself wishing I...

enhancement

# What Changed This adds a `onlyReleaseCanaryOnLabel` flag that can be used w/ `auto shipit` or `auto canary`. When specified a canary release will only be triggered if a `canary`...

minor

## Background I lost a _lot_ of time to this today. This might not be the best way to go about solving it, but _some_ mechanism to inform users what's...

### Current State: Research This ticket will guide the discussion of implementing css-blocks in Vue Single File Components. ## Motivation Vue provides a rich interface for creating single file components....

I believe I've isolated this down. In the `tableau` state there are multiple repeated `up` and `down` transitions with different given guards. If you delete any two of those event...

bug

Introduce an argument `--update-scripts` to write all the maid tasks to the package.json file. So `## clean` -> `"scripts: { "clean": "maid clean" }` This will allow users to use...

Fixes #25 Okay, so... this turned into a whole thing. It's a breaking change but worth it in my opinion. As I mentioned in #25, there's a new API called...

This bumps parcel to the v2 RC. I was hitting some build failures with the current version that this resolves.

See https://github.com/reactwg/react-18/discussions/86 In essence, the `useMutableSource` API is being removed in favor of a simpler but more correct `useSyncExternalStore` API. The usage is close to the same but one big...

`useSelector` was returning the `any` type instead of the expected `V`. tsdx lint failed on line 96. I ran `yarn lint fix` on it and that's why that range is...