Budde Christensen
Budde Christensen
**Make sure you're opening this pull request pointing to beta branch!** ## What does this PR do/solve? This PR improves fragment support. Given the schema: ```graphql type Query { interface:...
### Discussed in https://github.com/zino-hofmann/graphql-flutter/discussions/1195 Originally posted by **aquadesk** July 23, 2022 Hi all, I have a list page and tapping one of them opens a detail view page On every...
With the new release process, the maintainers will save a lot of headaches with automatic verification of the commit messages. We can check: * That the subject contains the package...
We should aim to improve test coverage of this package for more stable releases E.g. #1042
Thanks for a great project. We are currently trying to reference other components in the CSS, i.e., ```js const Inner = styled.div` ` const Container = styled.div` ${Inner} { background-color:...
All benchmarks and most tests are currently failing and running suspiciously fast.
When running artemis on ajax-poller i (sometimes) get a segfault. ``` artemis http://localhost:8001/ajax-poller/ajax-poller.php -i 500 ``` the gdb trace does not reveal where it goes wrong: ``` #0 0x00007ffff3517dc0 in...
Right now we are emitting a signal, from QWebExecutionListener, and then checking whether we should ignore that file. Wouldn't it be better if we kept the list of ignored URL's...
We are allowing users to filter fields while requiring that transformations return valid schemas. This might be hard with extensive use of interfaces. We should consider allowing removal of interfaces...
We currently allow locking arguments and fields on input values. But we should consider locking fields on an input value in specific contexts. E.g. something like: ``` transform input I...