Ilya Tsuryev
Ilya Tsuryev
**Do you want to request a *feature* or report a *bug*?** Bug I guess **What is the current behavior?** Right now I get following output: ``` WARN github token not...
Right now in localStorage we have `basket-` as key and `JSON.stringify({ data: , url: "...", expire: 5, etc: "..." })` as value. That as result means that we have to...
Let's say we want to load and cache modules in between two of them execute some code (this is what happens in my app). Sequence example: 1. requirejs 2. requirejs...
I believe that text in message should not be selected. Or at least there should be a global option for messages enabling which would stop selecting text. Also cursor should...
In my app I need to use local package, so I specify it in `package.json`: ``` "dependencies": { "fibery-schema": "file:../fibery-schema", "lodash": "4.17.4", "zapier-platform-core": "5.1.0" }, ``` zapier-cli when building copies...