Jeremy Hughes

Results 9 issues of Jeremy Hughes

https://github.com/dchester/jsonpath/blob/778bc1ea297309e5925910698bb8ead9369d2e55/jsonpath.js#L4695 Noticed when updating from jsonpath 1.0.1 to 1.0.2. The `browser` field of `package.json` in 1.0.2 is different, which for my build resulted in `jsonpath.js` being loaded instead of `lib/index.js`,...

I've based my changes on the he-test branch. Given Michael Kay's comments in the news item, "Saxon is not available via Maven": (http://sourceforge.net/news/?group_id=29872), I think it best that users install...

Splitting out an implementation task from #150, which is about documentation. > Currently, there's no simple way to run the proxy locally, which means there's no way to run a...

The way the @react macro works, if you want an apply method that takes varargs children you have two options: 1. ReactElement* in the first parameter list. 2. ReactElement* in...

Running into this issue (https://github.com/NixOS/nixpkgs/issues/19581) when building a node package as a dependency of another derivation using nix-shell. E.g. ```nix mkDerivation { name = "foo-env"; shellHook = '' ${some-node-package-with-a-million-dependencies}/bin/bar '';...

Is there any way to make the solution to #70 parameterised on the pressed key? Something like: ``` delayUntilReleaseMax 350 ifPlaytime 350 final tapKey S- tapKey ``` Which could then...

enhancement

Is there a recommended way to use this typescript fork on a codebase containing untyped extjs classes?

I use `elem-factory` more often than `html` because I usually require a single node, not a sequence. However, elem-factory takes up a bit of horizontal space, especially if it is...

Removing the `TFieldValues` constraint from `TTransformedValues` allows for resolvers to parse to different shaped output types. Defaulting `TTransformValues` to `TFieldValues` instead of `undefined` means some conditional types can be removed...