Ivan Klass
Ivan Klass
The doc says there's `.asJson` extension method, but there is nohing in sources, perhabs it's lost when factoring out jackson dependency. Note that kohttp-jackson also don't have .asJson method.
JSL looks to me as very nice and powerful library. I'm trying to mix-in jsl.Document into another class using multiple inheritance (so it becomes something similar to Django model). I...
### Q&A - OS: macOS - Browser: chrome - Version: 121.0.6167.139 - Method of installation: dist, cloud - Swagger-UI version: any recent version, (checked from 5.2 to 5.10.3) - Swagger/OpenAPI...
In certain conditions `PostgresQuerySet` behaves differently and raises `KeyError` where django `QuerySet` doesn't. In example below, when using named expressions in `.values` clause after `.distinct()` and one of the names...
README says that ``` OrganizeImports { removeUnused = true } ``` is not supported for scala 3 as the compiler flag is not implemented. However, this was resolved in recent...
As declared in the beginning of tutorial, logical meaning of `:where [ __a_clause__ ] [__b_clause__]` is same as `:where [ __b_clause__ ] [__a_clause__]`. However, this rule doesn't work in following...
Field namespace is ignored when generating TypeScript interfaces Example: ```javasctipt { "type": "record", "name": "Foo", "namespace": "bar", "fields": [ { "name": "bazFoo", "type": { "type": "record", "namespace": "baz", "name": "Foo",...
When schema field is occurred next time, it is referenced with it's full name. `avro-to-typescript` is unable to generate such cases, example: ```javascript { "type": "record", "name": "Bug", "namespace": "reuse.failure",...
Option / documentation to filter out sentry internal transactions from default Opentelemetry export
### Problem Statement When using [sentry-opentelemetry-agent](https://github.com/getsentry/sentry-java/tree/main/sentry-opentelemetry#sentry-opentelemetry-agent) while intentionaly keeping the main (otlp) exporter, in my traces panel I see a lot of internal sentry requests performed multiple times per second....
The import-guarded feature is safe when proper compiler flags are there