Tibor Leupold

Results 54 comments of Tibor Leupold

Hi @Sanyam-Garg. Thanks for replicating this! Unfortunately I am unfamiliar with the view / validation logic myself, so I won't be of much help there.

~~@kaphula Sorry, this is not solving your issue, but I can't seem to find that info elsewhere: How do you remove tags with `vim-emment`?~~ Sorry... totally missed the "in vim"...

I posted the same fix #1101 , but I also updated the `'SCHEMA': 'mysite.myschema.schema',` to `'SCHEMA': 'hackernews.schema.schema',`. Maybe you want to include this here too, then I close my PR.

@sthristov You should definitely create a pull request with that fix. It seems though, that this project is currently in trouble with finding maintainers.

Hm interesting. There seems to be a bit of a conflict between the documentation and the actual project direction. Maybe I am wrong but it looks like @NathHorrigan is moving...

Hi @emil19, I have not worked with snippets and Grapple yet, but did you see [this example in the docs](https://wagtail-grapple.readthedocs.io/en/latest/general-usage/model-types.html#grapple.models.GraphQLSnippet) ```python class BookPage(Page): advert = models.ForeignKey( 'demo.Advert', null=True, blank=True, on_delete=models.SET_NULL,...

I ran into the same error message (`"Subscriptions are not allowed. You will need to either use the subscribe function or pass allow_subscriptions=True"`). I do not have a docker container...

I have tried searching for similar issues, couldn't really find anything. I saw some comments somewhere (sorry I lost the source 😅) that pointed out that the GraphiQL interface is...

Another thing that seems different for me from the docs is the cookies. I do not see any cookies `used-token` being placed on the "Admin" page or the "Preview page....