wanglophile
wanglophile
> You have to implement that yourself. Slate is a framework for building text editors - not a fully-fledged text editor. There is an example showing how you would go...
Any update on merging this? Seems like a relatively straight-forward fix.
As an aside, I'm using PostgreSQL so I tried setting alphabet to "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" - but as soon as I create a 36th root node, I get this error: `django.db.utils.IntegrityError: duplicate...
> try: > token = client.get_access_token(code) > except OAuth2Error: > raise serializers.ValidationError( > _("Invalid access token"), > ) @Willem-Nieuwoudt Can you clarify if this actually solves the issue and allows...