Johannes Schickling
Johannes Schickling
FYI In the meanwhile I'm using this in a Nix flake: ```nix { fetchFromGitHub , lib , buildGo117Module }: buildGo117Module rec { pname = "temporalite"; version = "1.14.1"; src =...
Good point. Any direct suggestion on how to improve this message?
I remember @stubailo had a couple of thoughts on this. Would be great if we can get the ball rolling here ⚽️
Hi Tyler, Thanks for getting back so quickly. I'm having the following use case (and had multiple similar ones):  This is a simplified camera app with a record button...
As a workaround yes but I think it would be more elegant to have this solved by PureLayout :hamster:
I wasn't suggesting that PureLayout should alter the view hierarchy. Not at all, it's of course a good thing! So you mean applying `autoConstrainAttribute:toAttribute:ofView:(withOffset:|withMultiplier:)` two times: one time for the...
Not yet but we're planning on extending this example project. Anyone who's interested in helping out with this, please chime in! 🙏
That's a great point @lorensr. We'll add something to the current website shortly and will more deeply embed it in the next website iteration! @nikolasburk will be looking into it....
Hi @nickluger. Thanks for bringing this up. You're right, the permission setup is not yet fully implemented. Would be great if someone would like to take a stab at this...
Yes, you're totally right @chanlito. We'll update this soon with the latest version of `graphqlgen`.