Jonathan Leung
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 cannot figure out how to activate the extension even after staring at the Gif for 5 minutes... : /
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...
Because it is one of those dropdown things that is blocked in the CSS right now : /
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...
 When the mini notifications segment is removed, the bottom of the chat is not resized. The screen needs to be manually resized now.
[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.