Daniel Reinón García
Daniel Reinón García
It would be nice if we could specify the type of the components of a period subscripting like `pendulum.Period[pendulum.DateTime]` or `pendulum.Period[pendulum.Date]`.
**Is your feature request related to a problem? Please describe.** I recently found [pendulum](https://pendulum.eustace.io/) and started using it as my default date and datetime management library since the standard python...
Timestamp with timezone format string type is generated as a string property of the pydantic model
Fields with schema ```yaml schema: type: string format: timestamp with time zone ``` are generated as string properties of the pydantic models instead of being generated as a datetime property,...
Hi! I have implemented this feature that closes #1136. Could you guys explain to me how to test this feature and give me feedback on the whole implementation? Thanks! @jetersen
Hi! First of all, thanks for this awesome project, it's really helpful. Github provides a way to [link issues to a PR](https://docs.github.com/es/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#about-linked-issues-and-pull-requests), which will get closed when the PR gets...
I get the following output running release-drafter in a schedule: ```js Warning: Invalid config file { name: 'event', id: '2361809012', stack: 'Error: context.repo() is not supported for this webhook event.\n'...
This would be more integrated with the poetry ecosystem as well as it would enhance compatibility w windows
Hi! It turns out that since we use the `str` callable to convert a value to string, the output of `str([True, 1, 'hi'])` would be `"[True, 1, 'hi']"` instead of...
Since we have a different way to use the `not` operator than postgrest-js does, an idea for the `or` filter might be: ```py supabase_client.table("table") .select("*") .or() .eq("col1", "value1a") .eq("col1", "value1b")...
[JS Implementation](https://github.com/supabase/postgrest-js/blob/aa223b4569b5c08714bb1d029e8f780e19db2b09/src/lib/PostgrestTransformBuilder.ts#L110)