Date: 2026-04-13
Version: 9ca68a3fd78f0023f4b4bff0d66b5132d6760416
Simulation: vincent@pointhound.com · EWR → LHR, CDG, FCO, NRT, GRU, SYD, DXB, JNB, GIG · economy + business
Image change: wayfinder switched from Alpine 3.23 → Debian Bookworm (node:24.14-bookworm-slim)
Prisma fix: Added explicit binaryTargets for linux-arm64-openssl-3.0.x and linux-musl-arm64-openssl-3.0.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Vincent Ryan Taverna", | |
| "label": "Senior Staff Software Engineer", | |
| "email": "vincent.taverna@proton.me", | |
| "phone": "(631) 312-4543", | |
| "url": "https://vincenttaverna.com", | |
| "image": "https://en.gravatar.com/userimage/8804025/dccab345e09b4e4327a9c66ef5bbd7f0.jpeg", | |
| "summary": "Senior engineering leader with extensive experience in full-stack development, infrastructure, and team leadership. Proven track record of scaling products, building teams from ground up, and driving technical initiatives. Expert in modern web technologies, cloud infrastructure, and engineering best practices. Skilled at balancing technical excellence with business objectives while mentoring engineers and establishing high-performing teams.", | |
| "location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/dist/lib/helpers/createParams.js b/dist/lib/helpers/createParams.js | |
| index d389df498fbac20e7e1d306d52d997339c83e656..66bba54e5424d7706b168a2c857ea987de3ac519 100644 | |
| --- a/dist/lib/helpers/createParams.js | |
| +++ b/dist/lib/helpers/createParams.js | |
| @@ -5,22 +5,29 @@ const client_1 = require("@prisma/client"); | |
| const nestedReads_1 = require("../utils/nestedReads"); | |
| const uniqueFieldsByModel = {}; | |
| const uniqueIndexFieldsByModel = {}; | |
| -client_1.Prisma.dmmf.datamodel.models.forEach((model) => { | |
| - // add unique fields derived from indexes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/index.js b/build/index.js | |
| index 3a8c0aa29a193b534bf698dac9b8167d2129ee6d..9e2b773ac3ed9d6bc0a54b59b6224f0e3986ce9a 100755 | |
| --- a/build/index.js | |
| +++ b/build/index.js | |
| @@ -4744,7 +4744,7 @@ Please run \`${$t("prisma generate")}\` to see the errors.`),"";if(u)this.logTex | |
| `;else throw P}let _=!1;if(x)try{let P=aar();if(P&&typeof P=="string"){let[k,I]=P.split(".");parseInt(k)==2&&parseInt(I)<12&&(_=!0)}}catch{}if(a&&_&&Ns.should.warn())return"There have been breaking changes in Prisma Client since you updated last time.\nPlease run `prisma generate` manually.";let C=` | |
| ${ge("Watching...")} ${de(f.schemaRootDir)} | |
| -`,F=i["--no-hints"]??!1;if(u){zp(C+` | |
| +`,F=i["--no-hints"]||!!process.env.PRISMA_OPT_OUT??!1;if(u){zp(C+` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { createAzure } from '@ai-sdk/azure'; | |
| import { streamText } from 'ai'; | |
| import { Levenshtein, type Scorer } from 'autoevals'; | |
| import { evalite } from 'evalite'; | |
| import { traceAISDKModel } from 'evalite/ai-sdk'; | |
| process.env.AZURE_API_KEY = process.env.AZURE_OPENAI_API_KEY; | |
| process.env.AZURE_OPENAI_RESOURCE_NAME = process.env.AZURE_OPENAI_RESOURCE_NAME; | |
| const azure = createAzure({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE EXTENSION IF NOT EXISTS "unaccent"; |
You can use this patch to prevent nextjs 14 from rewriting your tsconfig.
For more on how that works see:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TypeError: Cannot assign to read only property 'reload' of object '[object Location]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yarn remove @testing-library/react-hooks -W && \ | |
| yarn add -D @testing-library/react@latest -W |
NewerOlder