Philippe Luickx
Philippe Luickx
+1 Would be good to be able to define the granularity (e.g. 2 years vs 2 years, 3 months, 15 days). Maybe integrate with https://github.com/jsmreese/moment-duration-format
+1 I am trying to scroll to the correct position in my menu based on a function that uses scrollToElementAnimated in the Controller, activated when the controller is loaded. However,...
Linked to https://github.com/matthewwithanm/django-imagekit/issues/369 or https://github.com/matthewwithanm/django-imagekit/issues/350 or https://github.com/matthewwithanm/django-imagekit/issues/365 ?
I will definitely spend some time to investigate, but this feels like it goes beyond my capabilities. Nonetheless, will keep this ticket updated if I find anything.
Some findings: - It sometimes breaks with 1 ImageSpecField and default settings - It sometimes breaks when having 2 ImageSpecFields and default settings - It sometimes breaks when having 1...
Narrowed it down to https://github.com/boto/boto3/blob/develop/boto3/s3/inject.py#L372 > https://github.com/boto/s3transfer/blob/develop/s3transfer/manager.py#L242 where the file gets closed (I assume). Could it be that boto3 closes the file because it uses a future? `:returns: Transfer future...
@vstoykov I am however using (the more popular / mature) https://github.com/jschneier/django-storages
+1 When running the generateimages command, process gets killed with a 17MB picture.
+1 Similar setup, it takes about 20 seconds (of which 18s "waiting" when analyzing network) to upload a 1.7MB picture. I do have 6 ImageSpecFields, mainly resizing. I tried to...