Jacob Page
Jacob Page
- Support `chai@4` - Bump `mocha` devDependency
I encountered a library using `strtok2` that is unfortunately constructing a `BufferType`, passing in `NaN` for the length. Unfortunately, this is causing the parser to get into a state from...
One thing isn't super clear in the docs. For the `proxyErrorHandler` section it says: > By default, express-http-proxy will pass any errors except ECONNRESET to next, so that your application...
I'm a first-time FlowType developer who has experience developing with TypeScript. One thing that the TS community did well, IMO, is the DefinitelyTyped set of installable packages. Rather than using...
Thought I'd report this if it wasn't already a known issue. I am attempting to generate some types from this definition: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/sinon/index.d.ts I currently get this error output: ``` Missing...
In IE 11, I'm getting the error: > Invalid descriptor for property '0' Walking up the call stack, it's stemming from some code that is constructing a `DOMTokenList` with a...
# Problem Statement TypeScript enthusiasts like me want as much of our code to be written in TypeScript as possible. As a user of `@gasket/preset-nextjs`, I enjoy the fact that...
This document: https://github.com/admc/wd/blob/master/doc/jsonwire-full-mapping.md ...has links to: http://code.google.com/p/selenium/wiki/JsonWireProtocol ...which redirects to: https://github.com/seleniumhq/selenium-google-code-issue-archive. ...which is just a placeholder announcing an obsolete page. At first glance, it doesn't look like we have a...
Is there a way to add a custom method with `addPromiseChainMethod` in a way where the _current element_ is somehow available? For example, if we want to add a `clickWithJS`...
Given the description of this project: > Isomorphic WHATWG Fetch API, for Node & Browserify It seems to imply it is incompatible with webpack. However, looking at the [code here](https://github.com/matthew-andrews/isomorphic-fetch/blob/master/fetch-npm-browserify.js#L4),...