Rick Mak

Results 41 issues of Rick Mak

Skygear is not using lodash very extensively. But the bundle is occupied around 24/185kb of the final bundle. - Skygear SDK Date/Version: 1.1.1 - JS runtime: Broswer - Skygear Server...

vote/1

Current `pubsub` package using websocket without proper error handling, and may crash the program on some condition. > sometime fail to send Socket Message out and got some error: ```...

We are accepting `https://myapp.skygeario.com/` but not `https://myapp.skygeario.com`. - Skygear SDK Date/Version: v0.1.0 - JS runtime: node - Skygear Server Date/Version: - [ ] Is this a regression? - [ ]...

Current way of import `getSigner` is as follow: `const getSigner = require('skygear-core/dist/cloud/asset').getSigner;` - Skygear SDK Date/Version: 1.0.0 - JS runtime: node - Skygear Server Date/Version: 1.0.0 - [ ] Is...

Superagent using Object.toString, which does not exist in some legacy browser. ``` Request.prototype._isHost = function _isHost(obj) { // Native objects stringify to [object File], [object Blob], [object FormData], etc. return...

Developers will turn off the autoPubsub and manually connect it. Here is the example code ``` skygear.pubsub.autoPubsub = false; skygear.config({ 'endPoint': 'http://localhost:3000/', // trailing slash is required 'apiKey': 'secretOURD', });...

refs: https://github.com/SkygearIO/iot/commit/a955e7bca29459b4cf81125fa0f0b965e37b5484 I believe it related to the runtime, if it is on skygear.io deployment. The installed `skygear` copy is different from the running `skyegar-node` copy. - Skygear SDK Date/Version:...

type/bug
vote/1

We need to manually connect the pubsub to make the `publish` works. - Skygear SDK Date/Version: v0.22.1 - JS runtime: node v6.2.2 - Skygear Server Date/Version: v0.22.1 - [x] Is...

Current `skygear.publicDB.save` assuming the input is a Record Object. So the user need to fetch the remote record or construct a new Record(with correct ACL), even it have the key...

Follow up https://github.com/SkygearIO/skygear-SDK-JS/pull/62#issuecomment-246093499 We can provide a helper and example usage in doc.