David Wells
David Wells
Good call. Idk where that lives now ¯\_(ツ)_/¯ Check out https://github.com/DavidWells/netlify-functions-workshop/tree/master/lessons-code-complete/core-concepts/6-using-a-database/functions for a boatload of functions + database examples Including googlesheets https://github.com/DavidWells/netlify-functions-workshop/tree/master/lessons-code-complete/core-concepts/6-using-a-database/functions/googlesheets
Good call. Idk where that lives now ¯_(ツ)_/¯ Check out https://github.com/DavidWells/netlify-functions-workshop/tree/master/lessons-code-complete/core-concepts/6-using-a-database/functions for a boatload of functions + database examples Including airtable https://github.com/DavidWells/netlify-functions-workshop/tree/master/lessons-code-complete/core-concepts/6-using-a-database/functions/airtable
PRs welcome
ok tests work and it looks good. Can you start addressing the type errors in /core? Run `npm run types` in packages/core to see the current type errors Follow these...
@claude try again. Limit the scope and try to help some of the errors. its okay if you finish before you fix all of them
Published - @analytics/[email protected] - @analytics/[email protected] - @analytics/[email protected]
Yeah this is how the library works right now. I think we'd need an option to identify to not persist traits like: ```diff analytics.identify('xyz-123', {}, { plugins: { all: false,...
I "fixed" this by manually updating the `~/.cursor/extensions/threadheap.serverless-ide-vscode-0.6.5/node_modules/@serverless-ide/serverless-framework-schema/schema.json` file. Search for `nodejs20.x` and add the newer runtimes Thats for cursor, vcode will be in a `~/.vscode` dir
Dupe https://github.com/DavidWells/configorama/issues/6
[Bug]: Next Redirects don't get persisted if `netlify build` and `netlify deploy` are run seperately
For those looking to deploy sites locally and reset your modified netlify.toml file here is the build/deploy command I'm using: ```bash netlify deploy --build && echo 'reset netlify.toml changes' &&...