D

Results 118 comments of D

Apologies for saying extraction. I meant compilation :) when the PO is processed and the JSON is created. Would be good to skip entries where key === value

Looked around and this looks like a great alternative as it allows you to pass in any seed you wish (a simple numeric userId for example): https://www.dicebear.com/playground/ and pick from...

Will we get the ability to `stripIgnoredCharacters` at any point? The PR from @rybon was closed and we're not using Babel in our chain. Perhaps it could be an ApolloClient...

with [email protected] neither solution works for me. Not sure if it's because I'm using husky in a prepare script or not.

I suppose the inevitable question follows: is it possible to just use the same router/routes rather than creating a second instance? ``` js var router = new Router([{ route: 'my',...

This was fixed/merged: https://github.com/rethinkdb/horizon/issues/498. Is there any migration info for new table names required for the docs?

An example with syntax similar to how the current documentation (http://horizon.io/docs/permissions/#configuring) tells you how to create indexes: ``` toml [collections.markets] indexes = [ 'hz_["event_id"]', 'hz_["event_id", "name"]' ] ``` first is...

I guess I need to look further into the Collection+JSON stuff as I've never used it. I'm currently using Apigility (https://apigility.org) to create a HalJSON API, but I like the...

@jaredhanson not sure if you respond to pings but this is a simple change that would unblock us from using this lib. We could just fork it but