Adam Grant

Results 11 issues of Adam Grant

When trying to use this gem, I get a 404 error. I don't know why, the remote XML file loads fine from a browser, but this will at least allow...

~~~ Error connecting to database Communications link failure The last packet successfully received from the server was 79 milliseconds ago. The last packet sent successfully to the server was 68...

I don't see any documentation from this from kss, kss-node, or gulp-kss. Currently, I see the styleguide, but my comments don't find my way into it. I assume I need...

I didn't see in the documentation where the compiled files actually go to, or how to specify this location. So far everything seems to be "working" but the compiled css...

Currently you'll get a max call stack error if you try ~~~javascript m$.A.api({ hello: (_$, options) {} }); m$.B.api({ hello: (_$, options) {} }); ~~~ These are namespaces, so it...

bug

Basic setup of a component follows native JS pattern. ```js class Card extends Component { constructor() { this.classname = "card"; } events(_) { // Just a wrapper for addEventListener scoped...

v3

Instead of `_$.act.something` just `_$.something`

v3

``` m.something.act({ get val() { ... } }); ``` This should be callable as `_$.act.val` without parens.

Maybe another attribute like data-key? We'd have to think about the workflow for that.