Steven Chan

Results 15 issues of Steven Chan

Since the whole thing is originated from a js framework, it's reasonable to assume it works best on main UI thread. But a lot of cases, developers would like to...

The current function signature is ``` static function or(...queries) static function and(...queries) ``` I suggest to change it to ``` function or(...queries) function and(...queries) // for backward compatibility static function...

Since `v1.0.0` has been released at the moment of this issue, both `https://code.skygear.io/js/skygear/latest/skygear.min.js` and `https://code.skygear.io/js/skygear/v1.0.0/skygear.min.js` should be skygear `v1.0.0`. However, not only `v1.0.0` is not found, the earlier version `v0.24.1`...

type/bug

Current: `getSigner` can only be called in the app environment as it would import app settings. Suggested: `getSigner` accept a param, which would override the app settings. ``` import {settings}...