Louis Maddox
Louis Maddox
Same here, following the README's example: `ansimd foo.md` ``` /usr/local/lib/node_modules/ansimd/node_modules/marked/lib/marked.js:1226 throw e; ^ TypeError: undefined is not a function Please report this to https://github.com/chjj/marked. at InlineLexer.output (/usr/local/lib/node_modules/ansimd/node_modules/marked/lib/marked.js:685:28) at Parser.tok (/usr/local/lib/node_modules/ansimd/node_modules/marked/lib/marked.js:1075:50)...
Fixed :+1: Don't know if it's worth leaving a comment to the marked repo that they broke compatibility? :-/
Agreed. And you're welcome :-)
Yeah that's a good one, can you point me to a particular part of the code where I might try to go about getting stuck into this? New to the...
On Linux I get ``` TypeError: Cannot read property 'width' of null ```
As explained in the attached issue, this can be fixed by changing the `priority` of the `connect` call for the `builder-inited` event from its default of 500 to any lower...
That's the proper behaviour, 403 = [understood but forbidden](https://dev.twitter.com/overview/api/response-codes) - try tweeting the same status from a web browser and you'll receive the same. Messages must not be duplicates **Edit**...
Yeah I get the same error with 0.14.25, 0.14.24, etc. I ended up using the 0.14.16 release (which has AppImage and other binaries) https://github.com/UniversalDataTool/universal-data-tool/releases/tag/v0.14.16 In this thread https://github.com/UniversalDataTool/universal-data-tool/issues/338 it's mentioned...
> @lmmx glad you got it to work... I'll try again following your example when I'll get back to this... but I am afraid that in the meantime other solution...
The docstrings say "tested on Python 3.6", I think it's dangling by a thread and should be forked and ressurected.