-
Getting this error:
```bash
** (ArgumentError) failed to decode "AggregateFunction(argMin, Decimal(18, 4), DateTime)" as ClickHouse type (no function clause matching in Ch.Types.decode/3)
lib/c…
-
I'm trying to use a type inferred from a zod schema, but when I need to reuse the inferred type in other generic function I just couldn't find a way of doing it.
Considering the following code:
…
-
I'm working on SnowflakeDB support for SchemaSpy.
SnowflakeDB supports catalogs and schemas. While you can set these on the JDBC connection properties that does not limit the JDBC DatabaseMetaData …
-
### Version
4.29.0
### Question
Hello. I have a question regarding a use case that I encountered on our project. We have a response structure for paginated responses. The parent class is a generic …
-
As of 2024-12-01T09:00:00+00:00 the following closed and open issues carry the label "csaf 2.1". They are separated per state and sorted by title. The goal is to keep the lists aligned with processing…
-
When running my pipeline is seem to be getting this error:
```
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File…
-
When I try to merge some openapi files, where no example is present, an `example: null` is added, this causes issue because, e.g. swagger editor does not show the fallback representation (if the examp…
-
**Describe the bug**
The [getSyncingStats](https://github.com/starknet-io/starknet.js/blob/main/__tests__/rpcProvider.test.ts#L441) test fails when the RPC returns false. The test expects an object m…
-
VS Code YAML extension uses Schema Store https://www.schemastore.org/api/json/catalog.json to automatically guess and apply JSON Schemas to documents being edited.
My understanding is that if multi…
-
Hi, I found it as very useful tool for input validation in Typescript project, and so far seems to meet my use case.
But for output (response) validation for me it lacks some customization options,…