Andre Loker

Results 6 issues of Andre Loker

Added unit test that shows a bug in FindCallingMethodOnStackTrace: using a wrapper type only works if no method on a different type is present on the callstack between the wrapper...

### Summary: Within a modal, it is not possible to tab through elements inside an element with display: contents ### Steps to reproduce: 1. Create a modal with an element...

When I provide a literal style object, media queries are considered. ``` const ResponsiveOk = styled("div")({ color: "green", "@media screen and (min-width: 400px)": { color: "red" } }); ``` If...

bug

After I upgraded from 3.1.0 to 3.1.1 I got a lot of type errors in my project. My setup: - graphql-core-generator with @graphql-codegen/typed-document-node 2.2.2 - urql 2.0.6 with @urql/preact 2.0.3...

I suggest pulling #26 and releasing v0.6.0. We've been successfully using the changes in production for quite some time now.

enhancement

When using forward pagination (first+after), `pageInfo.hasPreviousPage` always returns `false`. The logic for calculating `hasNextPage`/`hasPreviousPage` is found in https://github.com/graphql-dotnet/relay/blob/4a1f9352f65c057684bac5ba020468956a93440d/src/GraphQL.Relay/Types/ArraySliceMetrics.cs#L47-L75 Is this behavior intentional? Consider this query: ``` query { something(first:10 after:'SOMECURSOR')...

bug