Jonathan Derrough

Results 12 comments of Jonathan Derrough

You can zoom as much as the layer permits. Are you encountering a specific issue?

To expand a bit on my previous comment, each tile layer will allow you zoom in and out to specific values. This means that you'll need to set up a...

Markers are not GUI objects, thus your approach won't work. Clicks/taps should probably be handled in the MapInput class that would pass the events to the map, and in turn...

You are welcome to get involved if you want to tackle this one.

Did a quick test with Unity 2017, seems to run fine. Do you have a specific issue in mind?

Something like ``` swift public func distribute(by amount: CGFloat, horizontally array: [LayoutProxy]) -> [NSLayoutConstraint] { return reduce(array.first!, rest: Array(array.dropFirst())) { $0.trailing == $1.leading - amount } } ``` ?

Hi @AhsanAyaz, I meant being able to know from ngx-device-detector if the user agent is that of a bot or crawler (for example: https://stackoverflow.com/questions/20084513/detect-search-crawlers-via-javascript).

Check out #397. I added `FaceMatcher.fromJSON()` / `.fromPOJO()` and `LabeledFaceDescriptors.fromJSON()` / `.fromPOJO()`. `.fromJSON()` implementations take a JSON string and return a fully instantiated object. `.fromPOJO()` implementations take a Plain Old...

In this particular case when trying to build the example project, I'm using the version declared in `prisma-test-utils-master/example/package.json`, so `0.0.35`. In another project where I'm using `2.0.0-preview-13.2`, I get a...