Tommy D. Rossi
Tommy D. Rossi
This PR should fix compatibility with Next 15 Fix #110
Closes https://github.com/zed-industries/zed/discussions/25526 Release Notes: - Make `alt-left` and `alt-right` skip punctuation on Mac OS to respect the Mac default behaviour. When pressing alt-left and the first character is a punctuation...
**Is your feature request related to a problem? Please describe.** Currently the build and prebundle steps use globs to find entry points, this is not optimal because globs can be...
Closes https://github.com/zed-industries/zed/discussions/25526 Follow up of #29872 Release Notes: - Make `alt-left` and `alt-right` skip punctuation on Mac OS to respect the Mac default behaviour. When pressing alt-left and the first...
Passing `gitignore: true` will still recurse into all directories, for example `node_modules`, because the search for the gitignore files and the glob search itself are done concurrently, the found ignore...
**Describe the bug** `doppler secrets download --format=env .env` **To Reproduce** 1. Run `doppler secrets download --format=env .env` **Expected behavior** It should write a .env formatted file **Screenshots** **CLI Version:** v3.75.0...
Hi, this library is super cool thanks for the hard work! I see in the package.json the current version is 0.20.0 but the latest version on npm is still [0.14.0](https://www.npmjs.com/package/raylib/v/0.14.0)...
SIXEL allows you to render images in the terminal, this would be great for a project I am working on, [Termcast](https://github.com/remorses/termcast): reimplementing Raycast in the terminal, to show extensions icons....
Supporting double click would make it much easier to start selecting text without having to drag the cursor
Added support for passing a custom renderer in React render and make it wait until React commits I added a ready field to the TestRenderer to be able to await...