Ian Leue
Ian Leue
`map[string]string` (https://github.com/soygul/gcm/blob/master/ccs/message.go#L26) seems to assume that Data is flat - to support a nested structure, it seems it must be `map[string]interface{}` (as Google's implementation at https://godoc.org/github.com/google/go-gcm#Data is)
JSON content beginning in low-ascii characters is no longer detected as application/json since 1.0.1
**Attach the file for which the detection is inaccurate** You can use the file sharing site of your choice, just ensure the file will not expire or get deleted. ```...
`ClientManager` is a great class, it would be nice to have a version of this class (`TokenClientManager`?) which works for JWT/Auth token based clients. It looks like this could be...
This is a revision of https://github.com/sideshow/apns2/pull/217 which addresses the pull request comments there and also adds support for `stale-date` as documented at https://developer.apple.com/documentation/activitykit/updating-and-ending-your-live-activity-with-activitykit-push-notifications
### Describe your environment * Operating System version: Ubuntu latest * Firebase SDK version: v4.13.0 * Library version: v4.13.0 * Firebase Product: messaging ### Describe the problem Some messaging errors...
### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac OS 13.5.2 * Firebase SDK version: 4.12.0 * Library version: _____ * Firebase Product: _____ (auth, database, storage,...
This appears to have been caused by https://github.com/jwhitley/requirejs-rails/commit/546c0a951b050039a525122487f047478db07ed5. We have `` in our html, and so `RequirejsHelper#baseUrl` gets called with nil, which causes `javascript_path(nil)` to call `asset_for(".js")` which ultimately fails...
NilAway recently started complaining on some code it was happy with previously. The code looks like ```go span, _ := tracer.SpanFromContext(ctx) span.Finish(tracer.WithError(err)) ``` and the error ```bash /path/to/my-package/file.go:43:3: error: Potential...