Ryan Johnson
Ryan Johnson
I am having the same issue with a 2.3.14 rails app. I am also unable to switch to rails 3.x at present. Is there something else I need to do...
I've submitted a patch for this in #124
Anybody still listening? 
I am experiencing the same issue. I captured tcpdumps and can confirm that it's still trying to contact inactive replica sets. I've used moped 1.5.1 and 1.5.2 for debugging.
Well, this is an interesting case. What should the CSS look like? ## What should the LESS look like? ### Apply Linting to Properties #### Option 1.0 - No blank...
I'm not a fan of linters dictating how to arrange style definitions because they constrain the cascading functionality of CSS. As a developer, there are many cases where I require...
I'm sorry, my brain was elsewhere and I was confused about the suggestion. I see the use of checking for properties being above additional selector blocks. While I think this...
The problem is more obvious when you use `{ absolute: true }` in fast glob configs (updated issue contents, to reflect). The absolute path strings returned from fast-glob do not...
* I refer to the `*.tokens.json` file as the **"manifest"** * It provides metadata _about_ design tokens, but doesn't represent their final form after transformation. * The manifest contents are...
## Compiling to ES5 * larger file size due to extra logic required to achieve similar functionality * does not have 1:1 feature parity with ES6 * this will likely...