Goszczu

Results 6 issues of Goszczu

withLoginRequired and withAuth weren't typed properly. Their parameters required ClassComponents. Using FunctionalComponents weren't possible previously. This commit changes their parameters to ComponentType. It accepts class components and function components. Returned...

`fitBounds` method doesn't handle antimeridian crossing bboxes correctly. For them fitBounds produces wrong outputs. There is section in geojson RFC that touches antimeridian crossing bboxes topic https://tools.ietf.org/html/rfc7946#section-5.2 > Consider a...

**Describe the bug** `env` isn't working for some config.toml keys for example `enabled = env(MY_VAR)` in auth section. **To Reproduce** Steps to reproduce the behavior: 1. Add following Google OAuth...

enhancement

When I create JSON checks on columns with pg_jsonschema it would be super cool to have it also in generated ts types. Currently when I create the following table ```sql...

typegen

In a monorepo setup where Inngest functions live in a separate package, there's no solution to pass runtime configuration to functions. ``` apps └── nextjs └── app └── api └──...

## Description This commit fixes `The inferred type of 'name' cannot be named without a reference to '../../../node_modules/@payloadcms/richtext-lexical/dist/types'. This is likely not portable. A type annotation is necessary. ts (2742)...

stale