Magnar Ovedal Myrtveit
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...
### Describe the bug `PromptTemplate`'s output should just be a string. It is currently an object:  `HumanMessagePromptTemplate` (and the `AI` and `System` equivalents) should be objects with `role` and...
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 -...
| 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...
## 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...
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`...
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...