Magnar Ovedal Myrtveit

Results 50 issues of Magnar Ovedal Myrtveit

### Describe the bug The public key and secret key are required when building the application with Vite. I think they should only be required at runtime, so the build...

🐞❔ unconfirmed bug

### Describe the bug `PromptTemplate`'s output should just be a string. It is currently an object: ![image](https://github.com/langfuse/langfuse/assets/7263579/94bd068b-def3-4b6a-8219-4471eef00d27) `HumanMessagePromptTemplate` (and the `AI` and `System` equivalents) should be objects with `role` and...

prio-low
sdk-python
sdk-js
integration-langchain

Would it be possible to improve the return type of `Node.cloneNode`? For example: ```js let svg: SVGElement; const clone = svg.cloneNode(true); ``` I would expect the type of `clone` to...

It would be easier to configure PHPStan exception rules correctly if warnings were emitted for potential misconfigurantions. Consider the following configuration file: ```yaml parameters: exceptionRules: checkedExceptions: # or uncheckedExceptions -...

enhancement

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary `SapiStreamEmitter::emit` considers the header...

Feature Request

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
impact/missing-api
awaiting-feedback

When using `json.isParse` when data on the client, there is no guarantee that the data is valid JSON, since the user may have tampered with it. In such cases, `json.isParse`...

duplicate

Have you considered updating `@prisma/client` with the generated types? Then we would automatically get correctly typed models out of the database and get type safety when inserting in the database....

**Is your feature request related to a problem? Please describe.** `SapiStreamEmitter::emit` considers the header `Content-Range` and emits only the relevant range when only a single range is requested and the...

Enhancement