aegian

Results 21 issues of aegian

**When building throws this warning** (node:19188) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at xxxxx\node_modules\tslib\package.json. Update this package.json to use...

needs repro

when marshalling a time.Time with either timezone info `2024-03-31T15:09:16.822301-04:00` or without it as Z `2024-03-31T20:09:00.034949Z` the unmarshall throws this error `"... readObjectStart: expect { or n, but found ", error...

the order by clause in the :many definition query should be set dynamically ``` -- name: ListOrders :many select * from order where status = $1 order by @orderBy::text; ```...

enhancement
:books: mysql
:books: postgresql
:wrench: golang

Either upgrading to grpc-web 1.3.1 or adding --experimental_allow_proto3_optional=true might solve this problem?

The headers output by this middleware "X-RateLimit-Limit", "X-RateLimit-Remaining", "X-RateLimit-Reset", "Retry-After" should be output depending on a configuration for it.

The headers output by this middleware "X-RateLimit-Limit", "X-RateLimit-Remaining", "X-RateLimit-Reset", "Retry-After" should be output depending on a configuration for it.

How do I send a timestamp field back to the server from typescript client? request message is set as { ... date: {seconds: "1713305867", nanos: 0} ... } I get...

Does createClient function have a way to use client window.Fetch instead of internal fetch? the createPromiseClient function does allow it as it's passed through the createConnectTransport

so far I see knit-ts to go through gateway to resolve relationships among api services, but do you have an example of one api resolving a relationship by calling back...

apart from the predefined where clause, it needs somehow to be able to support passing a string containing a filter clause that it's parameters are already resolved prior to the...

enhancement
:books: mysql
:books: postgresql
:wrench: golang