Archimedes Trajano
Archimedes Trajano
I used an undocumented API `show_function` in `Character` to get the text. I was wondering if it was possible to do it with the documented API I am thinking it...
### Motivation Instead of https://github.com/oauth2-proxy/oauth2-proxy/issues/3010 which tackles just adding a traceID, enable the full OpenTelemetry support ### Possible solution I had started something with Caddy before https://github.com/caddyserver/caddy/pull/6487 but abandoned it,...
### ⚠️ Before submitting, please verify the following: ⚠️ - [x] This is a **bug**, not a question or a configuration issue. - [x] This issue is **not** already reported...
I know there's a capability for single instance but it would be nice to have it as a cli-option since if I use the alias ```bash alias gitk="gittyup &" ```...
Tried this on the website ```json { "type":"object", "properties": { "foo": { "type": "string" }, "bar": { "type": "integer" }, "baz": { "type": "boolean" } }, "javaJsonView": "my.DefaultView" } ```...
This is to extend the proposal for `allOf` but for the simple case For each `allOf` * if type is not the same across then it should translate to ```java...
This is a specific use case but posing it as a discussion (I do recommend we have Discussion enabled on the project to clarify ideas) Assuming we this schema ```json...
**Describe the bug** Creating an asyncio test case that uses the kafka container on completion of the test (the test itself is successful) the pytest environment segfaults. **To Reproduce** Provide...