Martyn Chamberlin
Martyn Chamberlin
If I understand correctly, you're saying that the code above should be reformatted to the following: ``` describe('Lib', () => { it('Should return data from response', (done) => { let...
@Busata Wow that code bends my mind a bit! But you're right, it would definitely cut down on verbosity a bit. Thanks for sharing.
Just wanted to weigh in and say that we were having this issue with 445 tests. Passing `--no-sandbox` also seems to have fixed the problem.
**Update**: scratch that. Only about half the time does running our test suite cause this error, so it's hard to know when it's actually been fixed. Still getting this error.
I was having this exact problem and inserting a spacer div did the trick. Not 100% sure what the spacer even does (the [documentation](http://leafo.net/sticky-kit/#reference) could be better for it) but...
@stebag I was trying to do something similar with this plugin and I'm afraid right now it just isn't built with stuff being stuck to the bottom in mind. :-1:
For what it's worth, I was having this issue too and I figured it out. Probably because of some kind of firewall device-obscurity rule that's setup in my local network,...
@ziyasal Even better than an error message would be for this to work how PHPStorm does: don't open based on the branch, but based on the SHA of the current...
Actually looks like we can already do it for Firefox now: https://wiki.mozilla.org/WebExtensions/chrome.storage.sync Not sure if, when the user disables this feature in FF, you could still use it. We'd have...
Correct, there currently is no logout button. Let me check with the team and get back with you on this.