Jean-Baptiste Musso

Results 17 issues of Jean-Baptiste Musso

I'm trying to lower the size of the dependency as well as make it easier to add new features (throttling, auto reconnect, etc.). My goal is: - to remove `highland`...

I'm currently typing several commands before publishing to npm (build, tests, bump, tag, etc.). This is error-prone and should be automated + documented.

Browser support should be improved: - add appropriate tests - remove dependencies/unsure the slimmest possible bundle

This could be done using https://www.npmjs.com/package/debug

See https://issues.apache.org/jira/browse/TINKERPOP3-849 merged in TinkerPop v3.0.2.

Just found out about this branch too, which might be of interested to others. Current status: * `nix-shell` fails due to `spago` and `spago2nix` being imported locally, outside of the...

Thanks for creating this library, very nice idea! I'm trying to support both `GET` and `HEAD` for the same resource, for example `"foobar"`, mounted on `/foobar` path. The v0.4.0 release...

This would allow for more flexibility when handling vendor specific logic. For example, Titan indices creation which is currently handled by Mogwai at boot time could be moved to a...

All gRex.Gremlin scripts which are currently directly executed by gRex cannot be post-processed by Mogwai. This means that fetched graph Elements (typically Vertices) cannot be automatically - even optionally -...