Paweł

Results 8 comments of Paweł

I would opt for number 1. @soynatan @jheld, what do you think about this?

Any update on this one? I'm facing the same issue in Django 2.0.6 and django-polymorphic 2.0.3. The workarounds provided above are not working in my case.

@Syberspace, right that would be the best option. Unfortunatelly gifs cropped/thumbnailed by this library doesn't animate, at least in my case.

I get the same error when adding 36th node. I ended up using the default alphabet because of this.

Hello @kindlyfire! There seems to be some kind of timeout, the project is using so-called "server sent events" on this endpoint, so the connection should stay open. Personally, I haven't...

I usually create a separate endpoint for the file upload and store only a filename in the model. It is usually not the best idea to store files in the...

Hmm, `irises[-2]` works well for me. Keep in mind that `irises` is `numpy.ndarray` for some reason. Have a look at screenshot from my IDE debugging session. I added a note...