tomi-bigpi

Results 6 issues of tomi-bigpi

### Summary Following the installation instructions, package installation using pnpm fails due to missing (strict) peer dependencies. ### Steps to reproduce ```bash pnpm --version 6.32.3 ``` Create the following `package.json`:...

type: bug :beetle:

I ran into an issue with a federated query that simply returns an `Int`. Calling the service directly (also running on Mercurius) returns the value as expected. Relevant bit from...

bug

The `path` argument for `http.request` needs to have the leading slash or the network request is invalid. The current code is misleading and results in errors, for example, in nginx...

## Please describe your changes Adds a check to see if the `EditorContent` editor is already destroyed when `init` is called. This can happen due to using `React.StrictMode` where the...

### Describe the bug The JavaScript library for langfuse-langchain does not correctly recognize models or token usage when using AWS Bedrock. ### To reproduce Use Bedrock with langfuse-langchain. Observe that...

🐞❔ unconfirmed bug

## Problem The JavaScript library is missing the latest support for AWS Bedrock models as compared to the Python library. Currently, it will not correctly detect the model name when...