Zack Young
Zack Young
## ELaunch - [ ] item/buttom click event - [ ] shortcut for item/buttom - [ ] config.jsx in plugin for config plugin - [x] config ui using react -...
I have to say StaticScript is an amazing project. Great job! 👍 Is there any plan to support wasm in the feature?
## Features: * [ ] Profile * [ ] unit, rate (wip) * [ ] variable (length, color) * [ ] assets (copy images url) * [ ] Context Menu...
The mongomq in npm's mongodb version is too old and cannot live with the newest mongodb, so I have to install the github version. Could just passing a db or...
经测试,在ie7下,script标签的src如果是/path/to/your/js/config.js,则dom.src取出的仍然显示该绝对uri路径,但是ie8以上以及chrome等浏览器则是包含域名的绝对路径,所以getCurrentPath+/path/to/your/js/config.js会出现路径错误,解决代码: ``` javascript function isRelative(url){ // if(!/:/.test(url)){//原来的 if(!/:/.test(url)&&url.charAt(0)!=='/'){//兼容低版本ie,将uri路径算做绝对路径 @author Z return true; } } ```
[Enter steps to reproduce:] When I open a ReasonML file, regex-railroat-diagrams thought this is a regexp file, but it's not, it's a new language [ReasonML](reasonml.github.io)'s file suffix, I think it...
Throttle/debounce won't work for async functions, hope could work with functions return a promise. Might help: https://github.com/sindresorhus/promise-fun
Is it possible to support async render like koa-views for koa2?
I hit exactly the same issue in this comment https://github.com/gtk-rs/webkit2gtk-rs/issues/4#issuecomment-313803594, is there any updates for windows support?