Andrej Mihajlov

Results 93 issues of Andrej Mihajlov

``` 13.4.1 (installed) 14 beta 14 beta 2 14 beta 3 14 beta 4 (installed) 14 beta 5 14 beta 6 14 Release Candidate 14.0.1 Release Candidate (installed) 14 (installed)...

`JSONDecoder` is now a part of Foundation on iOS 11 and there is no way to use `JSONDecoder` anymore because there are now two of them. I have a code...

I have a structure called `OTKSession` that conforms to `JSONDecodable`, however using in it context of `Array` within generics does not work and I get the following error: ``` Client.swift:128:19:...

Hi, can you please clarify one thing. If I use noConflict in consumer, should I modify my cors/index.html file to use noConflict as well? So far it works without any...

Is it possible to combine fillPatternImage + fill color? In my case I have a shape with image centered in the middle and I use a combination of fillPatternScale and...

Hi, I have a layer with shapes inside. I have to connect shapes between each other. I capture **mousedown**, **mouseup** and **mousemove** events. Once user clicks and holds LMB, I...

Assume we have a cached Rect with stroke. To account for stroke, I have to make cached area larger when caching and set offset to move cached shape back to...

Hi, I am trying to use `cache()` on group of shapes and it doesn't work properly, everything gets shifted in the right bottom corner. My code detects bounds of shapes...

I have a simple task: I need to draw a background image in grayscale and draw a grid on top of it. But after caching the whole layer, background image...

Is this compatible with bs 2.3?