Maciej J
Maciej J
### Description When using built-in [ID GraphQL type](https://fsprojects.github.io/FSharp.Data.GraphQL/reference/fsharp-data-graphql-types-schemadefinitions.html) to represent the [Guid](https://docs.microsoft.com/en-us/dotnet/api/system.guid?view=netcore-3.1) .NET type I'm getting `Object must implement IConvertible` error back from the executor. ### Repro steps ```F# open...
### Description The example code shown in the Quick start section in the home page doesn't compile, showing the following error: ``` The type 'Schema' does not define the field,...
### Description Documentation links do not link to the GitHub repository files properly, resulting in "Not Found" page being displayed instead. ### Repro steps - go to any API documentation...
**Describe the bug** Docker image creates files as root in mounted directory. That prevents me from modifying the content of the default configuration after it's created by the container (as...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/docs/blob/master/CODE_OF_CONDUCT.md). -...
I'm trying to write logs from an application running on a host machine to a Docker container via mounted volume. Using `pino/file` transport that targets a file that is in...
The "global" `level` setting isn't taken into account when `transport.targets` parameter is provided - each target has its own level that defaults to `info` ([as mentioned here](https://github.com/pinojs/pino/issues/1405#issuecomment-1096835585)). That might be...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first The difference and the...
In Next.js in order to make the `AuthProvider` work on the client side with the new [React Server Components](https://nextjs.org/docs/getting-started/react-essentials#server-components) feature - it needs to be wrapped in a component [like...
All URLs pointing to Keycloak Rest API documentation are broken. [Here](https://github.com/marcospereirampj/python-keycloak/blob/5957607ad07536b94d878c3ce5d403c212b35220/src/keycloak/keycloak_admin.py#L523) is one of many examples: https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_realmrepresentation returns a 404: According to [this page](https://www.keycloak.org/documentation-archive.html) the oldest available API version that...