j
j
I wanted to suggest that the languages configuration be called out in the README a little more. I also wanted to ask three questions which I don't think the documentation...
First, thanks for the library, been using it for a while. I just wanted to document this problem I ran into, even though it's for the last version and from...
I would like to be able to hook into code-block text before it gets syntax highlighted. This is similar to #59 but technically very different, I think. I hacked docker.js...
Hi, I'm new to Atom and was playing with [Atom Toolbar](https://github.com/suda/tool-bar/), and I wanted a button that ran a specific Grunt task. It expects its tasks to be strings, but...
mobx-delorean's material-ui requirement is still at 0.16.7, which uses React.PropTypes and breaks when apps are upgraded to React 16. Updating material-ui to [0.17.4 or newer](https://github.com/callemall/material-ui/blob/master/CHANGELOG.md#0174) should fix this problem, although...
Using the completely unedited version of the custom command, it's not working for specified elements on my site, google.com, bing.com. The size is correct, but the location is not. There's...
Taken from https://github.com/nightwatchjs/nightwatch/issues/605 From the [examples in the documentation](http://nightwatchjs.org/guide#page-objects), it's clear that 'click', 'setValue', and 'assert' are available on the page object, but 'pause' is not ( being available at...
I saw the space for the quick editor, but not the contents. I found that for it to show up, I had to add this to my styles. ``` .quick-editor...
I've been using help templates that require other fields' values. These templates are evaluated using `form.getValue()` when the user hovers over an input ( as my help fields are styled...
Hello! I'll preface this by saying that I'm doing a big reconciliation of backbone forms at the moment. I made various minor and not so minor changes to it over...