Wojciech Żółtak
Results
2
issues of
Wojciech Żółtak
I wanted to scale labels font-size during zooming, but I couldn't find any way to get a Canvas scale factor in documentation. I've ended up with using a `Canvas.scaleOffsetX` property,...
Django supports comfortable way to clone ORM entites by assigning None to a primary key field and calling a 'save()' method. For example: > x = Entity.objects.get(id=1) > x.id >...