Michael Noseworthy
Michael Noseworthy
Sorry if this is covered somewhere else, but I'm running into issues trying to compose a schema for a discriminator with an index. `graphql-compose-mongoose` wants to create sort types for...
Hello, I'm seeing some weird behaviour when calling `node.removeChild()`. If the xml source is "minified" (no pretty formatting) then it removes the first child from the node that I'm calling...
When resizing the `ContentPreview` component in `box-ui-elements`, the call to `this.preview.resize();` can generate promises that get cancelled and that then throw errors when they're rejected. We use `sentry` to monitor...
Hello! I'm trying to use the chat conversational agent and after roughly 3 calls to my API (each request constructs a new agent) my backend server crashes due to running...
It'd be useful to be able to provide `useScript()` custom attributes that can be added to the generated `` tag. This is useful for things like the Dropbox `Chooser` component...
### Description Adds more detailed type definitions for `SearchIndexDescription` and `SearchIndexDefinition` based on the documentation found at [Create an Atlas Search Index](https://www.mongodb.com/docs/atlas/atlas-search/create-index/). The existing type: ```typescript export interface SearchIndexDescription {...
`ts-node` has issues working with `esm`, so switch it out in favour of using `tsx` which just works "out of the box".
The `tiktoken-js` library includes a very helpful function, `getEncodingNameForModel()`. This function is buried in the implementation of `encoding_for_model()` in the rust based `tiktoken` package. This function is very useful when...
### What does this PR do? This change extends the supported secrets providers to include AWS Secrets Manager. By providing an ARN to a secret as the id, the secrets...
Hello, I just recently upgraded my `cdk` libs from `v2.171.1` to `v2.175.1` and suddenly my deployments to localstack have started failing. This is the only change that I made. It...