Zeno Rocha
Zeno Rocha
What about having a .gh.json file with the default configuration that will be updated on every node-gh update and another .gh-username.json that overrides the default configuration? If you register aliases...
``` Users can have custom .gh.json hooks. But it's really only useful to have a ~/.gh.json when you've a custom setting. But we sometimes change the hooks. How should we...
Right now it overwrites everything for a given root-level key. Do you guys think it's worth the hassle to improve the merging? **Hooked with a .gh.json:** ``` z henvic at...
Sounds like a good idea @tlattimore :)
+1 Labels too.
Having SSR to work out of the box would be great! I'm not a big fan of adding `isServerSide` all over the place ;)
Interested in taking this @bfred-it?
Ohh got it. Thanks for the input!
@safareli can you explain what you're trying to achieve on clipboard.js? I couldn't quite understand why this pull request is needed yet.
Have you considered using `new Clipboard('#test-node-list button')` or new `Clipboard('[data-clipboard-text])`?