Joshua Williams
Joshua Williams
> @jwlms what do you mean by a backing model? (unfamiliar with the use of that term) I just mean a model in general. A `Contact` model, would generally have...
I'm seeing the same behavior with a new rails app. There doesn't seem to be anything created in the `HandlebarsTemplates` namespace. Is there possibly a step that I'm missing? (fwiw...
@AlexRiedler - I put up a [PR to fix the issue](https://github.com/leshill/handlebars_assets/pull/165) I've run into. This seems like it should have limited side effects, but I don't know the project well....
You probably don't have the spec file named correctly. It needs to end with `_spec.js`.
I am using the word "pointer" in a sense that is synonymous with cursor. `followCursor` might be a better name, but the idea would be that the tool tip would...
@seiyab - that looks awesome! It wasn't quite what I was getting at though — I think having the tooltip display next to the datapoint would be useful, just not...
@seiyab - it's very close! However, I had envisioned that the tooltip would display next to the datapoint instead of staying at a fixed position on the y-axis. So the...
Is there support in general for scopes? I wasn't able to find anything in the readme for this action about scopes, but my case is slightly different as I only...
Thanks! I will keep that tip in mind for next time. FWIW: I ended up just writing a temporary `.npmrc` file with the scope prefixing the registry like in my...