Aravind Ravi Sulekha

Results 18 issues of Aravind Ravi Sulekha

Please see the attachment. When the firefox window is focused, the full tab becomes white, but when it is unfocused the middle of the tab becomes gray but the left...

I use Atom beta, and after the 1.28 update I see this in the console on startup: ``` Failed to require the main module of 'terminal-tab' because it requires one...

### Feature description The documentation should contain definitions of these terms. ### Motivating example I'm unable to figure out what the distinction between a runner and a worker is. ###...

enhancement
good first issue

This is an idea for a new feature, either in Repeater or as a separate class in the same project. **The idea:** The object returned by `new Repeater()` should have...

enhancement

I use `corp.scrollback.io` as web UI domain and `test.heyneighbor.chat` as email domain. Outgoing emails sent to Gmail are delivered correctly. However replying from Gmail results in a bounce: ``` Delivery...

For a page with something like ``` ``` When I open it with the callback ``` doc.find("a").each(el) { console.log(el.href) } ``` it shows /home/me/project-path/node-modules/apricot/lib/abc.php. I'd expect just abc.php there, or...

This is an enhancement idea. On the server: ``` javascript everyone.now.foo = function(a, b) { return a + b; } ``` On the client: ``` javascript now.foo(1, 2).then(function(c) { console.log(c);...

The list is pretty long now, and it's hard to find something appropriate for what you need. A way to type what you have in your head and find a...

TL:DR; Replace watch() with incremental read() polling ### Why The current implementation of watch() is complex to implement in providers and doesn't support back-pressure or resumption. ### Steps - [...