Mikko Murto
Mikko Murto
Some companies proxy repositories, for example NPM through Artifactory or other services. This leads to different `sourceArtifactUrl` for the packages: json5 in NPM: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz json5 in Artifactory: http://145.132.127.126:8081/artifactory/api/npm/npm-project/json5/-/json5-1.0.1.tgz This leads...
I've got an endpoint that takes custom additional data - it would make using `useCompletion` a lot easier in many situations if it exposed `setBody` or something similar.
As the project is licensed under the MIT License, which requires the users to include the original copyright notices when distributing the components further, it could make sense to include...
It's possible to write ORT plugins externally to ORT repo (for example https://github.com/oss-review-toolkit/ort-package-manager-plugin), but it is not instantly obvious how to actually use these plugins with ORT. It should probably...
For packages defined in SPDX documents and analyzed by SPDX Document File analyzer, the scanner scans the source from the repository that the SPDX document is analyzed in. For dependencies...
The query key functions for queries that don't take in additional request parameters don't allow for using additional query key input, but query hooks always take in a query key...
Below is a picture from the example [here](https://react-pdf-viewer.dev/plugins/highlight/). Recreate by highlighting something at the bottom on the page and opening the highlight popup. The popup is hidden behind the following...
I'm using the generated query key functions with an API that has paginated queries. Here's an example of one generated query key function from our project: ```typescript export type SecretsServiceGetSecretsByOrganizationIdQueryResult<...