Mark W
Mark W
+1 This would be great to have.
I see. Maybe a small change could be made: If you're adding a new pin and select a board that is private, the pin's private checkbox also becomes ticked.
That would be great, thankyou. And a couple more suggestions if you don't mind: 1 - allow source URLs over 256 chars long 2 - if viewing a board and...
Well, I was trying to pin some facebook image URLs a few days ago which didn't work due to the URLs being over 256 bytes. I tried trimming the URLs...
Amazing, thank you!
> Length change has been done, you could update your source code right now or docker image later after the automatic building done. I just updated my docker image, and...
`root@wheeee:~# docker exec -it pinry bash` `root@c3742dc8910f:/pinry# python manage.py migrate --noinput --settings=pinry.settings.docker` `Operations to perform:` ` Apply all migrations: admin, auth, contenttypes, core, django_images, sessions, taggit, users` `Running migrations: `...
Perfect! Confirmed it works at longer lengths. Thankyou.
Can confirm. Running in a docker container using the "questdb/questdb" image. Default configuration. No queries, only a few inserts every 15 seconds. Average CPU use is far too high, at...
Do you have the tools to perform runtime code profiling? It should make the cause pretty clear.