Jake Ginnivan
Jake Ginnivan
Hey @yorek, just wondering if you had any luck tracking down some next steps for MI support for Prisma :)
For the moment I have just created my own executor in tools. ``` "executor": "./tools/executors/workspace:run-command", "options": { "command": "dotnet watch msbuild /t:RunFunctions", "cwd": "apps/shopify-functions" } tools/executors/workspace/package.json { "executors": "./executor.json" }...
Yeah, that is my end goal. I actually don't use many of the core NX plugins because I use TypeScript project references, vitest and vite a lot. Time is the...
@robbesettlemint make sure you install execa@^5 rather than the latest. https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c latest version is ESM only
I posted in the closed one. https://github.com/chakra-ui/chakra-ui/issues/7459#issuecomment-1511547120 I found I had some duplicated chakra packages in my pnpm lockfile. Setting dedupe-peer-dependents=true in my .npmrc Then removing "jsxImportSource": "@emotion/react", from my...
Also just checking in @EmmaZhu, would be good to remove this deprecation warning. If there are any security issues found in the current dependency chain it will be problematic to...
I have used https://www.npmjs.com/package/dynalite for local testing. It's goal is to replicate dynamodb's real errors for this exact purpose.
I would like this too, in the case of multiple releases in a singe document. The releases stuff would be good to get specd out. I think possibly releases should...
On a slight tangent. How does this differentiate between a release with sections, or multiple releases in a single document?
For release notes I think 'dd mmm yy' works well. Eg '26 Feb 15' which is also universal. Sent from my Windows Phone --- From: Anthony van der Hoornmailto:[email protected] Sent:...