laggingreflex

Results 72 issues of laggingreflex

I'm using `stage-0` preset which converts async functions to generator functions like this: ```js async function foo () { console.log('even?') } ``` ```js let foo = (() => { var...

Does this not take [basePath](https://nextjs.org/docs/api-reference/next.config.js/basepath) into consideration? I have "/frontend" as my `basePath` and I'm seeing this in the logs (using redux-logger): ``` CHANGED: router.location.href /frontend/auth/login → /auth/login CHANGED: router.location.pathname...

Doesn't seem to work with https://github.com/omnidan/redux-undo

I added my reddit inbox feed `http://www.reddit.com/message/inbox/.rss?feed=297~~4bd&user=me` and set it to update every minute, and after getting all the messages the first time, it randomly keeps getting new messages from...

In Gmail/Google, a "quoted text" means that it **must** be included in the search. It currently gets rid of any extra quotes "". While it's nice that it does that,...

I tried using this with slimerjs (replacing the phantomjs module and supplying `.path` to slimerjs) and it worked, which isn't surprizing as slimer aims to have almost identical API as...

When I delete some notes on desktop, after a sync-cycle (desktop-github-mobile & back) they reappear. It seems GitJournal, after sucessfully syncing down the changes (including deleted files) doesn't actually delete...

Rebase #100 against current master

help wanted

Variable names in the script is preventing build on windows. ``` > uglifyjs $npm_package_main -cm -o $npm_package_minified_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_minified_main}.map fs.js:557 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error:...

Accepts user input when no matching choices found fixes #233