japrogramer

Results 82 comments of japrogramer

In django we use the ContentType to create a generic relation like so ``` from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.contenttypes.models import ContentType from django.db import models class FileUpload(models.Model): content_type =...

was able to work around it with .. ``` var lastIndex = token.lastIndexOf('#') var sanitized_token = token.slice(lastIndex + 1) ```

Re-opening .. because i don't think the default behavior makes sense. Also how can i escape the auto complete functionality .. see after i hit enter .. it keeps trying...

Perhaps having an exit character to tell the component to stop trying to auto complete. something like ';'

@jukben I have recreated the bug .. https://codesandbox.io/s/reacttextareaautocomplete-tw12d its the output: and the allowWhitespaces that together create the bug.

I think that having a way to declare custom directives should be added to juniper, as it is part of the spec https://spec.graphql.org/June2018/#sec-The-__Directive-Type

This would be awesome. I was thinking if it was possible to pass a stream, from various source, to visualize and I can envision how i would do this if...

Hmm I didn't like how those examples where written, I'll stick to this for now :(

I think that Oauth2 would be the best option long term because it also handles authentication thru an existing app.