Tim Channell

Results 30 comments of Tim Channell
trafficstars

@tmcw edited OP to list which modules need de-JSTSing, and a bit about what the state of those solutions are. @korczis It hasn't moved too much lately. We'll be working...

> @tcql Is this still accurate? @anandthakker We're looking into [some alternatives to degeneracy handling](http://moscow.sci-hub.io/61342da57f9135ef76b9eb4585453047/kim2006.pdf) that would simplify and theoretically get rid of remaining failures in GH. @mourner is using...

fixed: 99018d7

when this is built, should display terrarium repl comment results as well as any console.logs

it seems that the iframe disposal also prevents you from running async code inside a context, which breaks some stuff I wanted to do

Looks like selenium requires the argument `-Dwebdriver.chrome.driver=path/to/chromedriver`, when supporting chrome connections. Also the version of chromium installed in the box doesn't include chromedriver. Poking on ubuntu's package database, I found...

I think you'll just need to manually download the chromedriver package and install it and then supply selenium with the `webdriver.chrome.driver` flag when starting it

I've been looking at this today, and seems like there's some issue (that I can't nail down yet) with chromedriver running correctly inside the image. I've got it downloaded, got...

@peterqliu this might be the same as #12. turf-buffer got some updates and is currently `v1.0.4`, but the main turf release is still only including `v1.0.1`

Since this is (currently) using JSTS, it's subject to jsts.geom.PrecisionModel's settings. I think we could override with a more detailed precisionmodel, but the plan is to be removing the JSTS...