Davey Faherty
Davey Faherty
Looks like this one can be marked as done.
Hey @AFerreli I had the same funny issue with the script looking one directory up from where I wanted. This was the solution: `url = 'file://'+__dirname + '/' +path.dirname(file)+ '/';...
@matthewferry the url option uses a URI to resolve href attributes. This lets it work identically for local files and online files, which is kind of nice when it comes...
Why not just fix it manually after inline-css has run? eg: `html = html.replace('text-decoration: none;','text-decoration: none;text-decoration: none !important;')` This seems wiser than making a module work less well for the...
Hey @StoneCypher + @Andykmcc I have started work on a feature, but need help to make sure that the thing will work. There is a branch on my fork, which...
this appears to be fixed in the latest staging branch, but is not live
Yeah, this happens almost all the time for a paid API we use. Give that we're an Irish server, it comes up a lot and looks bizarre.
I'm stuck on this too, is there no equivalent in the new library?