jonathan schatz

Results 37 comments of jonathan schatz

no, that's the issue i'm trying to sort out. if i support rails 5 i'm forced to use `bundler (~> 1.17.3)` everywhere. i'm looking for a way to pass in...

this is actually a jsdom issue, workaround is here: https://github.com/tmpvar/jsdom/issues/1843

i setup a fork here: https://github.com/modosc/global-jsdom with it you can access the instance via `global.$jsdom`

also, wow, there's a huge performance boost here. new jsdom has cut our react test run time in half.

i setup a fork here: https://github.com/modosc/global-jsdom it reads all the dom keys in directly from the `jsdom` object so as long as you're using a recent enough version of `jsdom`...

this repo appears abandoned - it's been almost a year since any code activity. if you want to make a pr out of those changes feel free to.

i'm going to put a pr together - i've been working on the standalone version on my own branch but it'd be great to just integrate it here.

is #298 a reasonable template to follow for adding a new tool?

we're seeing the same issue. even with buckets created in the `/data` directory this call always fails: ``` time="2022-01-31T20:16:28Z" level=info msg="172.17.0.1 - - [31/Jan/2022:20:16:28 +0000] \"POST /upload/storage/v1/b/bucketname/o?uploadType=multipart&name=foo.json HTTP/1.1\" 404 59"...