Aravind Ravi Sulekha
Aravind Ravi Sulekha
Where past tenses are suitable, why not just: ``` started stopped ``` I use these in database models (where they usually have a `_at`, `_on` or `_by` suffix). At 7...
Thanks @benjie . I'll give it a shot. I still need a clarification though. When you say each Worker is a process, I am assuming this means a separate OS...
After setting up an MX record for corp.scrollback.io, I see that emails sent to [email protected] are being accepted and delivered correctly. The issue seems to occur when, after installation, the...
Google’s Noto Sans fonts (http://www.google.com/get/noto/) provide a remarkably consistent look for many languages (similar stroke weights, for example). Localized sites in other languages may still need to include English for...
Just wanted to chime in that as a fellow beginner, I found @mikkjant's list above immensely helpful. I spent a great deal of time on: - trying to use a...
- Ctrl+C is commonly used to exit command-line applications (such as watch-mode build/test scripts) and should not be trapped in terminal. I suggest Ctrl+Shift+C as the alternative (this is the...
Thanks sogaiu! Please don't close your PR, you can push an update on it. Thanks, Aravind On Fri, Feb 22, 2019 at 11:35 AM sogaiu wrote: > I agree that...
Is it possible to have InteractiveLinter use the globally installed eslint instead? I use the babel-eslint parser and the jsx plugin, and both are configured in .eslintrc, but neither are...
I understand, running eslint in a node.js process seems to be the best way forward. Instead of writing a parser for stdout, it might be possible to write a tiny...
Considering that hi / lo work (which are after all creative spellings for high / low) I think it's useful to have a rule of thumb for why these don't,...