Michal

Results 76 issues of Michal
trafficstars

The NPM package [`json-refs`](https://www.npmjs.com/package/json-refs) includes [the following code](https://github.com/whitlockjc/json-refs/blob/master/bin/json-refs#L29-L30): ```ts // Set here so that commander does the right thing process.stdout.columns = 120; ``` I have no idea what it's supposed...

bug
node compat

## Search Terms Using unary minus on variable that is of number-literal type. Negative number literals. ## Suggestion This is a specific case of #26382. My proposal is simply that...

Suggestion
Awaiting More Feedback

- [ ] Migrate all files to TypeScript - [ ] Get rid of Gulp - [ ] Use Deno or Bun for testing - [ ] Publish to JSR

enhancement
dependencies

If I use piper directly, it works as expected: ```sh echo "Řekni řeřicha!" | piper -m cs_CZ-jirka-medium -f piper-output.mp4 ``` https://github.com/user-attachments/assets/f06d7fd9-a81c-4d9e-850d-ae660db89786 (You have to manually unmute the audio) However, if...

**Describe the bug** **To Reproduce** Paste a formatted text from Google Docs or LibreOffice Writer into a rich text field, then Ctrl+A and Backspace. This causes Slate to crash with...

**Describe the bug** My team is working on a static web page that has a lot of images that are preprocessed by Vite. That's why we have `media_folder: "src/assets/uploads"` in...

area: media-library
type: bug