Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
826 contributions in the last year
Contribution activity
September 2020
- kstenerud/bubble Java
Created a pull request in bugsnag/bugsnag-cocoa that received 1 comment
Replace the entire observers list when adding/removing observers in o…
Goal Fixes https://bugsnag.atlassian.net/browse/PLAT-5007 Design Instead of adding/removing observers from the observer list directly, make a copy …
+46
−3
•
1
comment
- Create date formatters at initialization time rather than at runtime
- Refactored OOM handler to use the new key-value store
- Add a high performance, async-safe key-value store for use in time sensitive code
- Release v6.1.4
- Release v6.1.4
- Reorg project file
- Remove magic values
- JSON codec wrapper to handle exceptions
- [PLAT-4685] Guard against non-string keys when encoding metadata to JSON
- [PLAT-4777] Fix some analyzer false positives.