skygear-SDK-JS icon indicating copy to clipboard operation
skygear-SDK-JS copied to clipboard

Skygear SDK for JavaScript

Results 84 skygear-SDK-JS issues
Sort by recently updated
recently updated
newest added

Reported by Clients, to make isomorphic JS app, it needs to be in Cookies. (Plus briefly search online, it seems Cookies is the recommend way?) Either we make cookies default...

type/improvement
Hacktoberfest
vote/3

Starting in [email protected], there is native audit command. We can remove the nsp dependency. refs: https://docs.npmjs.com/getting-started/running-a-security-audit

(Describe the issue here) - Skygear SDK Date/Version: skygear-node - JS runtime: - Skygear Server Date/Version: 1.5.0 - [ ] Is this a regression? - [ ] Attached logs, screenshots...

type/bug
vote/1

Currently we used blob for browser and buffer for node. Although react native add blob support in the new version (0.55.4 up), it doesn't work with superagent and need further...

type/bug
vote/1

- Skygear SDK Date/Version: 1.4.0 - JS runtime: React Native - Skygear Server Date/Version: 1.4.0 - [ ] Is this a regression? - [ ] Attached logs, screenshots #### Expected...

Asset object have a URL parameter, which could be expired. But the expire date is not explicit in the object. We should have a parameter in the Asset object to...

type/improvement
vote/2

Result for query using `notContains` on empty array will always show no result. ```js const Foo = new skygear.Record.extend('foo'); var query = new skygear.Query(Foo); query.notContains('_id', []); // Assume I do...

type/bug
vote/2

- Skygear SDK Date/Version: 1.3.1 - JS runtime: - Skygear Server Date/Version: - [ ] Is this a regression? - [ ] Attached logs, screenshots #### Expected Results publish successfully...

area/skygear-node
vote/1

``` $ npm install https://github.com/SkygearIO/skygear-SDK-JS.git npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/boo/package.json' npm WARN boo No description npm WARN boo No repository field. npm WARN boo...

type/bug
vote/2