Christian Holm

Results 15 issues of Christian Holm

This upgrades a bunch of packages and makes a few updates to account for changes in packages. I've not updated eslint, as that requires many more changes.

We are currently seeing some rare instances of the error `Invalid character in header field name` in the wild. The change in whatwg-fetch at https://github.com/github/fetch/pull/880 will provide us with a...

At https://github.com/algolia/algoliasearch-client-javascript/blob/master/packages/transporter/src/concerns/retryableRequest.ts#L65 a plain object is thrown instead of a proper Error instance. I am not sure why this is the case, but it results in hard-to-handle exceptions, that gives...

error

In our staging environment we would like to use NODE_ENV=staging, but still only get production dependencies installed. That does not seem possible with the buildpack. We use https://www.npmjs.com/package/config to manage...

needs investigation

This returns the data from Mixpanel with the error message, to give some chance of debugging rare errors from Mixpanel.

This adds support for setting the initial config for mixpanel. This allows to set config before mixpanel is init'ed, f.ex. to prevent tracking page views.

This simply catches the value error for the int cast, and returns the default value. Added a simple testcase also.

We have been using pg-native for years now without issues. We are now upgrading to Node 10 and are running into problems. Using just `pg` works without issues, but with...

This improves the error handling a bit, so errors can easier be introspected when they happen. This is to have better error handling for know cases, f.ex. expired tokens.

This is a work-in-progress, and was mostly to see if there is any interest in this. It supports giving a fixture a name, and writing out the primary key of...