Ben Hockey
Ben Hockey
@jtreitz are you at the right project?
@Jens-dojo is overriding/extending the `_renderUrl` method a problem for you? ``` js var params = { param1: 'value', param2: 'another' }; var Store = Rest.createSubclass({ _renderUrl: function () { var...
`ioQuery` is the exports of the dojo/io-query module. as for overriding `_renderUrl`, this is the way it's intended to be used. trying to account for every possible case people may...
my preference would be to encourage the use of existing abstractions rather than make new ones. so in thinking of what's needed here, the question to ask might be "is...
@brandonpayton one more thing... it's been advised quite a few times to override `_` methods in dstore to get what's needed. if those methods go away, would that be a...
@brandonpayton i wanted to respond directly to some of your comments but my responses are kind of terse and scattered which may make them seem hostile - don't take them...
@Jens-dojo have you seen how you register a request provider with dojo/request/registry? I think doing that could be useful for informing your opinion. I don't know if I can say...
@brandonpayton i don't want to stir this up again but in looking at #108 an extra point came to mind... if you have a server that requires you to adjust...
i had noticed this too and wondered what to do about it. its a great question. since indexing is 0-based, the representation for a result set that contains just a...
on a side note... X- headers are deprecated (http://tools.ietf.org/html/rfc6648) this reminded me to bring this up, i think dstore should stop using them.