Dallas Hoffman
Dallas Hoffman
This is a bug fix for the editor appearing broken after being resized. Currently when the Editor component is resized (such as when switching to fullscreen mode), the underlying Codemirror...
### Clear and concise description of the problem Certain browser APIs like SharedArrayBuffer require cross-origin isolation. To enable this, the web page must be served with the below HTTP headers....
Implements a modifier `s!` which adds a shake effect to emotes. The animation rapidly shifts the emote's position a bit using the `translate` property (which is GPU-accelerated when animated, unlike...
**Is your feature request related to a problem? Please describe.** Currently, using a schema like the one below simply produces a text input that accepts any string value. ```json {...
### Describe the feature Currently, the type of the `method` option in `$fetch` can be inferred from the server files present in the project. I would like to propose a...
### Describe the bug **Minimal Reproduction** Double click the `=` for the `x` property and notice that the assignment is not selected. ```js class SomeClass { x = 1; }...
### Describe the bug I have found that when a JavaScript or TypeScript file contains a decorator, this extension's features stop working in that file. **Minimal Reproduction** Double click the...
In its current state, the library does not offer a way to perform precise square root operations. The library throws an error when providing a non-integer as the exponent in...
Dev mode currently requires: 1. `devMode.enabled` is true in the module config 2. `NODE_ENV` is set to `development` When running tests with Playwright, Playwright will always override `NODE_ENV` and set...
When attempting to import something in an app from one of the mjs files, e.g., ```ts import { getUserSession } from 'nuxt-oidc-auth/runtime/server/utils/session.mjs'; ``` ...TypeScript is unable to resolve the declaration...