Jonathan Leung

Results 9 issues of Jonathan Leung

Given this `gulpfile.js`: ``` javascript ... gulp.task('tests', function() { return gulp.src('specs/example.js') .pipe(jasmine({ integration: true })); }); ... ``` **The below `specs/example.js`, with the weird characters at the bottom, will give...

See Screen Capture: https://capture.dropbox.com/eOWwA16wT0yK9fga?autoPreview=1

I was extensively using the plugin for a long time (8 hours) and using it constantly and the page got _very_ slow. Use this tool to debug for memory leaks...

bug

Because it is one of those dropdown things that is blocked in the CSS right now : /

bug

This can be achieved through either - a loading screen that blocks everything - with a loading bar or a spinner - or just the words "loading..." - or the...

enhancement

![image](https://cloud.githubusercontent.com/assets/654941/5552343/74fb1b0a-8bad-11e4-8fa7-b295b5e76f5c.png) When the mini notifications segment is removed, the bottom of the chat is not resized. The screen needs to be manually resized now.

bug

[Instead of `setInterval`](https://github.com/jonleung/distraction-free-facebook-messenger/blob/e5c9fa2a446f535a2065314839e92bbd5f2f9a7d/js/strip.js#L14), polling for links, listen to the node elements being created and check to see if they match a profile node to be removed.

enhancement