Paul Dijou
Paul Dijou
I tried to use Pico and ran into that issue (our whole app is running inside an iframe during development for some... valid reasons). So using Pico would only screenshot...
Double checked, cleaned all I could think of, only have one version of uPickle defined in the project, compiled from scratch, still the error on only one markdown file. Wondering...
Looks good. I don't do much TypeScript myself. Would you consider doing a pull request to improve those types?
I can reproduce but I have no idea why it's failing to type properly. I'm not a huge TypeScript user myself unfortunately. ```typescript // This is the signature of the...
When calling `createAction`, 1st argument is the definition / type, while the 2nd is a payload reducer, and not a payload itself. It's a way to pass several argument went...
Could using an HTML comment be a valid alternative?
@t1mmen Are you quoting Restangular source code or your own for the ReferenceError? I couldn't find this line in the `master` branch source code. @boxxxie You can chain as many...
Looks like a bug. Using `master` branch is always dangerous :-) Try using the source itself, it looks like it has been fixed: https://github.com/mgonto/restangular/blob/master/src/restangular.js
Looks good to me, it should be an object indeed. I would love to investigate further, but without any sample of JSON response, that will be hard.
Ok, I tried to reproduce but it works just fine. Do you have any interceptor? Or $http interceptor? Or funny configuration?