Jason O'Neill

Results 23 issues of Jason O'Neill

Fixes #500 There's a ton of variance in how users may configure their chunk names. To ensure stable colors, we need to dynamically identify which (if any) part of the...

#### Issue description It's currently impossible to compare two outputs side-by-side since the boxes can shift around and the colors are seemingly random. I'd like a way to be able...

Status: Ready for PR
type: Feature

### Describe the bug The generated `useQuery` hooks only specify one of the two generics. The second one, which is currently missing, defines the argument type for the query and...

The following works fine and the autocomplete works as expected: ```js const query = /* GraphQL */ ` query GetItem($name: String!) { getItem(name: $name) { id } } `; ```...

This might be related to #2270? I can reliably reproduce the following. I'm using the `/* GraphQL */` comment prefixing a normal template literal (not using `gql` tag). If this...

lsp-server

**Is your feature request related to a problem? Please describe.** There are cases where any misspelled words are almost surely intentional. For example when creating a new package based on...

enhancement

I see there's a major update for the VSCode extension being worked on and one of the features is that the cspell version is being updated. That's great! Especially because...

enhancement

### Bug report ### Actual Behavior I see the log message `[HMR] Reload all css` every time I make changes despite my dev server logging setting being `"none"`. ### Expected...

Fixes #24 TypeScript's lib.dom.ts has been updated. The previous compiled version of this library is missing types if users are on a new version of typescript. This brings the library...

Example code: ```js const bucket = new planck.Polygon([ { x: -30, y: -26 }, { x: -26, y: -18 }, { x: -20, y: 26 }, { x: 22, y:...