Michael J. Ryan

Results 216 comments of Michael J. Ryan

@phated not really, took me a while just to narrow it down to the issue I was having... I was only looking for package.json, and for now, just switched to...

Some examples... I only ask, and it probably won't affect me (or most).. but notice that the geocode-js demo had problems with locations near the anti-meridian. http://openlocation.org/geohash/geohash-js beringovsky - 3...

Impressive work, this is a somewhat massive undertaking, and really happy to see it.

@bartlomieju Can't speak for anyone else, but if I could use the [better-sqlite3](https://www.npmjs.com/package/better-sqlite3) module directly, that would be nice imo.

> > @bartlomieju Can't speak for anyone else, but if I could use the [better-sqlite3](https://www.npmjs.com/package/better-sqlite3) module directly, that would be nice imo. > > @tracker1 I can't be sure, but...

Not sure if it matters, but the src directory is under a Docker volume mount, and the destination is inside the container... not sure if that makes a difference... should...

Are you trying to connect on the first time starting sqlserver, with an empty data directory in particular? I've found that sometimes, if I try to connect a client too...

I don't recall the user number for mssql in the container, your containing storage needs that user number to have appropriate permissions... this means assigning +rw to files and +rwx...

Apologies, glossed over you using Docker on Windows... you should *REALLY* install WSL2 and use Docker that way (checkbox in docker desktop settings) if you haven't. Volume mounts to windows/mac...

@nomaed Should probably bump the python version to `3.7.5` or `3.8.0` the version set is likely deprecated.