Jayson Harshbarger
Jayson Harshbarger
I had the same issue. Installing `logicalparadox/matcha` (which depends on `electron`) broke `juliangruber/browser-run` (which uses `electron-prebuilt`). To fix this with npm v3.9 I did the following: ``` npm install matcha...
Sure, but does this work if the DOM changes in the middle of the intro, say due to user interaction?
Looking again at this code was the intent to do `parsedAttr = parseAttr(eaten.lang, eaten.lang.indexOf(' '));` instead of looking in`value`?
@arobase-che I can submit a PR if we are ready to remove this legacy code... or maybe put it behind a flag?
Hi.. I created an initial version for commonmark here: https://github.com/Hypercubed/angular-commonmark. However, as I have mostly moved to angular 2+ I haven't had time to update this lib.
Thank you for the PR.... I will review as soon as possible...
Yes, right now `svgsaver` includes a lot of unnecessary style information in the SVG. This is something I am working on. For example we don't needed to keep redundant inherited...
Doesn't work on copy printed using HP dot matrix! DRM?
@Akiyamka Are you sure it is the OTP. I was having this issue today... I forgot to run `ssh-add`.
As I mentioned in #36 probably need a mock project, otherwise, you will always get a "Not on `master` branch" or such error. You could use `sindre-playground` but only three...