Matt Probert
Matt Probert
This is still reproducible. ``` $ git clone https://github.com/nuxt/nuxt.js.git $ cd nuxt.js $ git rev-parse --short HEAD 8e725d34 $ yarn install --frozen-lockfile --non-interactive --prefer-offline --no-progresse node_modules/nuxt/bin/nuxt.js build --quiet # ......
Still reproducible. ```bash git clone https://github.com/nuxt/nuxt.js.git cd nuxt.js/ git rev-parse --short HEAD # 777a4b7f yarn install --frozen-lockfile --non-interactive --prefer-offline --no-progress # ... NODE_ENV=production NUXT_ENV_API_URI="/api" node node_modules/nuxt/bin/nuxt.js build --quiet # #...
I figured I would take a look for old/misc certs outside the normal Root CA list provided by Apple. In my case there were a bunch of openvpn.net CA certs...
Is there any correlation with file type? This started happening to us with ~33MB zip file. Larger text (csv) files never had this issue...but our CSVs hit a ridiculous size...
Interesting. We get this error consistently on every try (100%) with the ~33MB zip that is generated each day. We have retry logic on failure (3x before hard fail) but...
Yup. Issue still there and happening every day. 30MB Zip file, get error/message that from API. But upload did not fail: file is posted to slack channel. So we retry...
I know this is quite old but as it is still open and top of my mind, I thought I would add some ideas. We are investing in using mtail...
Disabling the gyroscope appears to have solved both issues. So I suspect there is a bug where Vanilla-tilt.js is updating based on an event firing related to getting the latest...
Well I found at least one interesting thing. This debconf... ``` couchdb couchdb/bindaddress string 127.0.0.1 ``` ...results in... ``` cat /opt/couchdb/etc/default.d/10-bind-address.ini # Package-introduced bind address [chttpd] bind_address = 127.0.0.1 ```...
Hi @willnorris, Any chance you can give me some feedback on what we need to do to get url-encoding supported? I'm not a golang guy, so I won't take any...