Trevor Allred
Trevor Allred
I incorrectly created a function using the following route definition: ``` 'GET /url/path': { function: 'function/path', bundle: { copyFiles: [{ from: 'functions/pdf/data' }] } } ``` However, the bundle props...
### pnpm version: Update available! 7.9.3 → 7.9.5 ### Code to reproduce the issue: ``` > pnpm add -g @pnpm/exe ``` ### Expected behavior: Should install the latest version of...
### Description Input.selectionCursor should change the color of the blinking cursor and selected text. This is really important in dark mode since the default cursor is too dark to see....