psychobolt
psychobolt
### Problem Summary `leetcode show 561` returns `[ERROR] failed to load problem!` ### How to reproduce 1. `leetcode show 561` 2. The problem contents should display, similar to when loading...
https://github.com/regl-project/regl/blob/53627d98f5b8e4df5ce42b63064a5b56f11baed9/example/microphone.js#L17 AudioContext is not supported on all browsers. Use cross-browser library: https://www.npmjs.com/package/standardized-audio-context
[Bug]: TypeError: Cannot read property '<line number>' of undefined on win32 environment (Windows)
### How did you encounter this bug? Migrating project to use the official vscode-stylelint extension. Got the error in the extension debug output. ### Code Snippet ```js import { css,...
### Describe the bug Can't resolve font files for sass files. ### Steps to reproduce the behavior 1. Install a font e.g. @fontsource/roboto 2. Load global css into a story...
Project will no longer be maintained in favor of new setup: [psychobolt/vite-storybook-boilerplate](https://github.com/psychobolt/vite-storybook-boilerplate). The following are final improvements for EOL: - [ ] Migrate remaining configurations to ESM - [ ]...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://codesandbox.io/p/devbox/test-turbo-inputs-lwndsy ### What package...
```sh [Error - 7:37:12 PM] Starting client failed Error: spawn EINVAL at ChildProcess.spawn (node:internal/child_process:421:11) at Object.spawn (node:child_process:800:9) at c:\Users\psychobolt\.vscode\extensions\flowtype.flow-for-vscode-2.2.1\build\index.js:1:156960 ```
As mentioned [here](https://github.com/swc-project/swc-node/issues/804#issuecomment-2212491125), the changes to use `oxc-resolver` breaks projects that rely on Yarn PnP. I suggest we provide some fallback TS resolution for Yarn PnP.