Martin Falatic

Results 27 comments of Martin Falatic

@jpic I appreciate your patience - I was on another project for a while, and when I came back to this I didn't realize there was a dev version. I...

I'm going to try more with this this coming week (I want to replicate the original problem before I call this done, and it was a very busy week). I'm...

@jpic So I logged into work and found the discussion we had about this back in Feb, and using that I was able to replicate the same conditions. 3.6.0dev1 seems...

@Larsjep Just curious what `npm config get agent` shows. Supposedly if that's set, `maxsockets` will be ignored in `npm-registry-fetch`. Could also be that's something that's buried in NPM and is...

I verified my cache, but ended up deleting it today. Installing socks installs 2.8.1. I'm curious why 2.7.4 is "beta" but as long as 2.8.1 is the proper one I'm...

Is this project still active? I see that the last commit was almost 1-1/2 years ago. If this project is in fact defunct, what's the replacement?

The following works via the command line on Windows for Postgres 12, and should work on Linux very similarly: ``` # Grab employees_data.sql.bz2 and decompress it with `bzip2 -d employees_data.sql.bz2`...