Christopher Higgins

Results 11 issues of Christopher Higgins

### Describe the bug ``` [storybook:inject-export-order-plugin] Parse error @:22:29 file: ........./src/stories/ApiDocumentation.stories.js ERR! Error: Parse error @:22:29 ERR! at parse ........./node_modules/es-module-lexer/dist/lexer.cjs:1:402) ERR! at Object.transform (........./node_modules/@storybook/builder-vite/dist/index.js:1:3217) ERR! at file:///.........//node_modules/rollup/dist/es/shared/node-entry.js:24343:40 ``` The above...

bug
needs triage

### Describe the bug It seems that with `modernPolyfills: true`, neither the `targets` nor the browserlist config is used at all. Along with polyfilling more than necessary for a given...

enhancement
plugin: legacy

I'm unsure if this is a bug in AppleSkin or Spice of Fabric; both are mentioned in the logs below. This bug occurs when setting the Spice of Fabric config...

bug
mod compat
fabric

### Describe the bug One of your dependencies is improperly scoping their dev dependencies, causing typescript to be included in the final bundle of your package. ### Steps to Reproduce...

I am trying to change the react query hook options for a specific hook. Regardless of what I put into the `options` object, nothing changes with my output. I know...

tanstack-query

Example URL: https://lichess.org/training/Englund_Gambit_Complex https://github.com/lichess-org/lila/blob/be7cb33c0ba6a3124b2ae4436316ffab24f87a49/ui/puzzle/src/view/theme.ts#L42 The side selection control is not rendered because `angle.opening` is false. This is apparently not an "opening", but a "theme". I'm not sure what the distinction...

Schema ```json "version": { "type": "string", "description": "Current Version" } ``` Desired output ```ts export type T = { /** Current Version */ version: string; }; export const TVersionDescription =...

enhancement

Minimal input schema: ```json { "openapi": "3.0.1", "info": { "title": "bug report" }, "paths": { "/something": { "post": { "responses": { "200": { "content": { "application/json": { "schema": { "type":...

bug
msw

### Description I updated containerd.io on Fedora from 1.4.13 to 1.5.10. After this, all mysql docker containers across multiple projects began using 20+GB of memory where before they used

kind/bug
Stale

### Describe the bug When you install something via brew in the host, you cannot access it inside a container, even by using `distrobox-host-exec`. It is simply not available in...

bug
stale