mahgo
mahgo
Hi @ikshvakoo, thanks for that. I've installed gradle 7.5.1 and ran `gradle wrapper` at the root. Now when I run `docker-compose build` I get the following errors: ``` #0 325.3...
Hi @manan164, Thanks for that, that fixed the issue.
This would be really good.
Entity 1: - type: ig.Entity.TYPE.A, - collides: ig.Entity.COLLIDES.PASSIVE, - checkAgainst: ig.Entity.TYPE.B, Entity 2: - type: ig.Entity.TYPE.B, - collides: ig.Entity.COLLIDES.PASSIVE, - checkAgainst: ig.Entity.TYPE.NONE, The check() (which is to be used when...
Check is never called. Both 74 and 116 are returning.
That's no use if you want to limit the results though (by using Take()) It's possible in Examine; IBooleanOperation has both OrderBy and OrderByDescending
Hi @base33 Do you have an ETA for when you'll be able to take a look into this?
I too am wanting to achieve this.
@VampireSilence Here's how I achieved it: `S2LatLng s2LatLng = S2LatLng.FromDegrees(latitude, longitude); S2Cell s2Cell = new S2Cell(s2LatLng); S2CellId s2CellId = s2Cell.Id; S2CellId s2Cell11Id = s2CellId.ParentForLevel(11);`