Tim Brandin

Results 17 issues of Tim Brandin

I keep getting these notices in the console log, ``` Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343. ```

Just like how they do it here: http://ionicframework.com/docs/api/directive/ionTabs/ I'm curious how to fit this in to get animations, using your example code I'm finding it troublesome to get it all...

enhancement

FYI this is my first time writing Kotlin, please be gentle. I noticed that ScaleGestureDetector returned zero and different values for scale and focal point as the iOS equivalent, so...

Only change needed is to update the readme and an instructions that uri is not required, one can just pass the file from the input element as the file instead...

One can now pass the policy as a third argument to the put method, but still keeping the simplicity of this package with support for client side only.

I have started to look into composing images together to solve these use cases: - watermarking - overlay - underlay Found that we need naming of sources going from here,...

enhancement

When transforming animated webp the service throws an exception. This feels related: http://imagemagick.org/discourse-server/viewtopic.php?t=28286

enhancement

I'm not sure, but isn't one side suppose to change from the config, I mean represent the real size rather than the wanted fit box? https://github.com/spacechop/spacechop/blob/master/src/operations/fit/index.ts#L35-L36

bug

I've found that we load all bytes into memory, and if the file is larger than the memory available the process crashes. My best guess is to look into how...

Example: In a picture of a room/environment/setting, place another picture with a dynamic painting/artwork/photo that a user uploaded. Typical use-case is for customers of a print-shop how their artwork will...

enhancement