krstns
krstns
The Doctrine ORM filter example was missing a crucial part where the user id information is passed to the filter.
According to docs, calling mutateUpdate* methods without passing additional parameters (like in the examples) should automatically update the data in the store without the need of a re-query. I have...
Hello I have a few issues with generated models by mst-gql 0.15.0. My project fails to compile. 1. All of the exported types cause circular reference issues. I have to...
Hello Is it possible to skip just a test, rather than whole plan? In other words, it would be great to allow for: ``` SKIP $something RUNS somethingElse ```
Hello, I can only get this to work with Android version 4.x and above [haven't tried 3.x]. None of the emulators nor handsets with Android 2.2 nor 2.3 work with...
hi When working on macosx (not sure about other systems) with the vscode plugin, elements can only be selected using ctrl and by clicking on them. Each click opens up...
I have a vertical tablew view with quite a few elements and I use top down approach. When my table view is created I can see the bottom part of...
Cells in Horizontal Table View are aligned to the right instead of to the left. Left side seems like the 'natural' choice. Is there any way to change that?
In Mullti Column Table View, if you have let's say 4 columns and only 13 cells, tapping on the space after the last cell will be registered as tapping on...
When I remove an element from the datasource of the table view & reload the table I will get empty space instead of the element. What I expect after removal...