Peter Pistorius
Peter Pistorius
In the documentation it states: > Other special symbols, such as ~ or $, for example, can be, but do not need to be encoded. However, `postgresql://postgres:pass~word@localhost:5432/postgres` receives the following...
### Summary The CLI is a bit slow. It takes ~1150ms to run `redwood --help`. I believe speed is part of DX and we should aim for ~300ms response time...
 - [ ] Create array of all contributor names - [ ] Randomly select a person and display it in the footer.
Right now we suggest people modify the webpack configuration via an index, but that means that we have to keep the indexes stable over time (not too much of a...
I would love to let people know what we're doing with babel under the hood, something like create react app's page would be a good goal: https://create-react-app.dev/docs/supported-browsers-features/
We recently switched to a `babel.config.js` config instead of a `.babelrc.js` config, we're getting the following error: ``` (node:16257) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'end' of undefined at CallExpression (/Users/peterp/Chatterbug/chatterbug/node_modules/i18n-extract/lib/extractFromCode.js:166:42)...
Since we’re using yarn workspaces I would recommend creating a new folder called “packages/” in the root and create a shared npm package in that folder.
- Upgrade Vite to alpha 6.0. - Initial commit.
The milestone should really be `after-next-release-major` (i.e. v9)
# Migrating to Vercel Fluid Request/Response Handlers ## Overview Vercel Fluid compute requires API functions to use web-standard `Request`/`Response` handlers instead of AWS Lambda `(event, context)` signatures. This unlocks streaming...