Niels Abildgaard

Results 53 comments of Niels Abildgaard

@srackham if there is a way to work around this within the markdown lib, it would be very nice. I like my whitespace trimmed _in general_, but not when it's...

Can you share your exact code you called and some more details about the context? It is very hard to debug without it. You could also try running your application...

Hmm it does look like an odd error, and it's very hard to debug if it is so sporadic. How did you find the original stack trace? Was there an...

Ah! Well in that case it seems that the error was passed out correctly, but is indeed "unhandleable". Something went wrong that could have done nothing about. The correct response...

Cool! What we could do is wrap all `request` errors in a nicer error message, so it makes more sense to users. I'll leave this issue open for that reason...

Nice! Could you make a PR with your suggested addition, so we can continue the discussion there? That will allow us to talk about concrete code, which is often much...

Not yet. The biggest challenge, as I see it, is if some batches succeed and other fails: this needs to be returned in a meaningful way to the user. I'll...

By notification I mean the individual message sent to a device. I should have probably just called it "message" to lessen confusion. > Are you referring to each individual notification...

I think a timeout should just result in a retry; if it times out all the tries, it will fail altogether for all the affected registration ids.