Peter McIntyre

Results 11 issues of Peter McIntyre

Hi Similar to existing issues: - https://github.com/awslabs/aws-data-wrangler/issues/515 - https://github.com/awslabs/aws-data-wrangler/issues/483 I have Glue tables with `-` and them, and fields with `.`, and while I understand they're not supported, they do...

enhancement
question
WIP

**Is your feature request related to a problem? Please describe.** Yes; the process of subscribing is unnecessarily verbose 1. the slash command is public 2. the response to the command...

Feature request

the docs say you can specify a customer Ajv instance to handle custom formats and what not, but i'm getting a type failure docs: https://github.com/kafkajs/confluent-schema-registry/blob/a3921d3cbd203eb7c41a0cb321b12a2608c7ecd8/docs/usage.md?plain=1#L311-L320 however this code: ```typescript import...

i have an issue when using Schema Registry with Lambda and NodeJS. With Lambda, your function receives a batch (up to 100) of messages. If you attempt to decode them...

**Describe the bug** when using `--parallel` flag, gauge seems to spawn multiple completely isolated processes. where normally i might do some once-off `BeforeSuite` setup; this is no longer possible. Furthermore,...

**Describe the bug** I have 2 Step classes which both have "BeforeSuite" requirements, but they seem to conflict with each other, is this expected? **To Reproduce** 1 — example spec:...

Hey team, Looks like when converting to JSON Schema, all the types do not use primitives, but rather refer to an external schema hosted on jsonix.org. Example: ```json { "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"...

protobuf.js version: 6.11.4 This version is still being listed as vulnerable to [CVE-2023-36665](https://nvd.nist.gov/vuln/detail/CVE-2023-36665) I understand we should patch to 7.x but we are not able to. Is it possible to...

This proposal fixes an issue when using `extractReasoningMiddleware` which splits response.message into parts "text" and "reasoning", which was previously unsupported and throws errors See Issue: https://github.com/sgomez/ollama-ai-provider/issues/44

hello When using Ollama provider, plus extractReasoningMiddleware, there is an issue which causes crashes # Error Thrown here: https://github.com/sgomez/ollama-ai-provider/blob/e16c053d66d935aa82012fb20cae9273c37018e7/packages/ollama/src/convert-to-ollama-chat-messages.ts#L78 Text: ``` Error: Unsupported part: [object Object] at convertToOllamaChatMessages (./dist/cli/index.cjs:40306:25) ```...