Jonathan Rotter

Results 5 issues of Jonathan Rotter

It seems like `useFetch` never fetches data if the `depends` is something like `['']`, but sets `isLoading` to false immediately, i.e. pretending like it finished loading, but just producing the...

Matches the arg and __str__() of `SyntaxError` to match CPython. Fixes a few test cases in `Lib/test/test_future_stmt/test_future.py`. I ended up removing `vm/src/source.rs` since it was only used for formatting `SyntaxError`...

Added await in list comprehension. The list comprehension turns into an awaitable, which is then awaited to get the final list value. Closes #5315

**Is your feature request related to a problem? Please describe.** Given a 2.0 OpenAPI document, trying to import it fails as it finds no models Args: ``` --input-file-type openapi --input...

This PR is a possible start to adding 2 new relations: - relationOneToMaybeOne: `|o--o|` - relationManyToMaybeOne: `}o--o|` The code makes use of the `IsUnique` and `IsNullable` properties of `ColumnResult`, however,...