Niels Abildgaard
Niels Abildgaard
https://developer.android.com/google/gcm/http.html#response `results` in the response may contain an error. This should be parsed and should be returned as an error for the call (the call fails!), not as data. This...
lib/multicastresult.js and lib/result.js are not used anywhere in the code. They should be removed to reduce clutter. These concepts may be interesting in the future, but half-finished versions shouldn't be...
Replace `collapseKey` with `collapse_key`, etc. It would also be really cool if we could make it possible to send pre-built messages, for when the user knows what she is doing:...
Originally by @ghominejad in #92 (but that contained several issues).
In `getErrorMessage`, which is used to create a pretty error messages that is both logged and returned to clients in non-production environments, the error message is found [by simply taking...
I was using the library for some simple testing, and got a very obscure issue with binary files not uploading correctly. It looks like they are sent wrongly encoded on...
**Describe the bug** From version 2.9.0, JSON payloads sent to the [HTTP push endpoint](https://grafana.com/docs/loki/latest/reference/api/#push-log-entries-to-loki) fail when there are boolean values in the labels section (under the field `stream`). **To Reproduce**...
## Summary In some cases the autofilter column index refers to an index not defined in the model. This adds a guard against the case, so the xlsx parser does...
## Summary Fixes #1842 Some validation rules in Excel result in the sheet taking a very long time to load, because the validation loops over all numbers in the range...