SamanthaAdrichem

Results 23 comments of SamanthaAdrichem

I figured as much, but during local debugging inside node_modules, including it didn't fix it so I wasn't sure.

Nope, never had the time, otherwise i would’ve made a PR. I think your new PR fixes it.

We have this issue in reverse and it's complaining about that it should be > 0 We have a shared component in which the one API call returns a paginated...

I'm to lazy to make a pull request, but there are a few bugs in here First of all, the import of angular is missing Second an = is missng...

Additionally, it doesn't put the request params in the POST body, but still puts them in the URI.

Hi, as far as i know, it's actually a very common practice with large data systems. A good example is this one: The system has a transaction overview with 1000's...

I understand that @daviesgeek and totally agree: On the one hand: maybe i should add a configuration option that determines wether you want to put the params in the uri...

@pedromarce ok so today i have time once again. I've adjusted it so that only the request will be send as a body on GET requests. Now i want to...

Ok nvm figured it out using your travis job ;)