zarmin

Results 4 issues of zarmin

Paging is not working on the /groups/:id/members endpoint, it returns the whole result set in every request. https://gitlab.com/gitlab-org/gitlab-ce/issues/1746 So it results in an infinite loop of page=i+1 requests.

Implementing `sendNonFatalCrash` with stack trace support into iOS. The solution is compatible with the current error code sending solution, but also works with stack traces.

``` const diff = require('microdiff').default const a1 = {"a": { "b": 1 }} const a2 = {"a": null} console.log(diff(a1, a2)) ``` ``` /Users/.../node_modules/microdiff/dist/index.cjs:8 if (!(key in newObj)) { ^ TypeError:...

The current build script compiles x264 and FFmpeg using `emmake -j`, which allows an "infinite" number of parallel compile processes to run. In slower or memory-constrained build environments, this may...