Posts by cardoso • 53 points
3 posts
-
0
votes1
answer41
viewsA: Error generating schema for Graphql with Graphcool
It seems to me that there is already a database created with these specifications and, there is an error that hurts the directive @isUnique in the field email of the model User. Check if there are…
-
0
votes0
answers514
viewsQ: Problems with ajax/json and cross-origin redirect
I have an application, in flask + javascript, that needs to query a url (on a server I don’t have access to), however I get cross-origin redirect error Xmlhttprequest cannot load…
-
5
votes1
answer4176
viewsQ: Alignment with string.format and Unicode
I’m having trouble with the alignment of strings when using the .format(), for example when doing: >>> print '{:>6}'.format('agua'} agua >>> print '{:>6}'.format('água'} água…