Chris
Chris
I'm running Neo4j v5.17.0 via Docker on Ubuntu 22.04.4 LTS. I'm using the CDC feature and found the following errors in the debug logs: ```sh 2024-07-24 00:19:01.643+0000 ERROR [c.n.c.CDCService] [fashionbeauty19qnngn/0a214b04]...
Hi, I was looking through the v4 branch and I noticed in your GitHub workflow that you run these two script as part of your [`lint` job](https://github.com/colinhacks/zod/blob/5a3b5f3d966f4ae654f2f18076aa6b0ccc51f18a/.github/workflows/test.yml#L34-L48): https://github.com/colinhacks/zod/blob/5a3b5f3d966f4ae654f2f18076aa6b0ccc51f18a/.github/workflows/test.yml#L47-L48 The scripts...
### Feature request LangSmith does not show the token count for traces created from `wrapAISDKModel` for the Vercel AI SDK. The counts are sent to LangSmith: ```yaml usage: promptTokens: 872...
I try to get `rehype-notion` to work, but always get the error: ```sh Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/zirkelc/Code/html-to-notion/node_modules/rehype-notion/package.json imported from /Users/zirkelc/Code/html-to-notion/rehype-notion.js at new NodeError (node:internal/errors:399:5) at exportsNotFound...
The current implementation uses 3 spaces for `` indentation. In order to change it, we have to add a custom rule. Would it be possible to add an option to...
https://github.com/aws-powertools/powertools-lambda-typescript/discussions/3142#discussioncomment-10821988
### Describe the bug I expected the [` --typecheck.only`](https://vitest.dev/guide/cli.html#typecheck-only) to only run type tests `*.test-d.ts` and report possible source code errors as a replacement for running `tsc --noEmit`. However, `vitest...
Fix example
**Describe the bug** A clear and concise description of what the bug is. The `default` value or function will always be applied on `upsert()`, even if the item already exists....