Josh Holbrook

Results 154 comments of Josh Holbrook

At this point? Possibly. If someone could confirm that would be great. @thlorenz might know.

It's entirely possible that wzrd.in is running with an old version of browserify. Check the package.json and ask max about it.

I've been thinking about exposing a number of new APIs, either under separate routes or under a /v2/ namespace. This could be a good way to do this. An open...

As far as how docker can enable this: We can extend the docker stuff to adjust node version using nvm, frontloading the node install in the image for speed. There...

Probably I would just s/./_/ or similar, and then document it.

Okay, so I tracked it down. When I run a "singular" bundle locally, I get: ``` browserify-cdn ERR! stderr: Error: module "dns" not found from "/tmp/gs2geojson11365-17194-1h0lixi/node_modules/gs2geojson/node_modules/tabletop/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js" browserify-cdn ERR! dirPath: /tmp/gs2geojson11365-17194-1h0lixi...

Honestly, I don't disagree

Google thinks these are the release dates for the relevant Python versions: - 3.8 (minimum previously) - October 2019, 5 1/2 years ago - 3.9 - October 2020, 4 1/2...

I read the stack a little closer, and it seems downgrading to rusqlite 0.33 fixes it. Does this mean rusqlite shipped a new version that now needs to be explicitly...