Sylvain
Sylvain
Now, it looks like other tickets have been opened mentioning logcat: - https://github.com/tstack/lnav/issues/539 - https://github.com/tstack/lnav/issues/591 and dmesg: - https://github.com/tstack/lnav/issues/878 so maybe this is me not doing things correctly... To be...
A few other APIs have changed ("get" prefix are removed everywhere). I had to perform the following changes to make things work: ``` - reddit_api = praw.Reddit('reddit Twitter tool monitoring...
Also, the `permalink` attribute on submission is now a relative link so: 1) the link will not work 2) the link will not be detected by Twitter as a link,...
I guess it only applies to reddit links...
Same issue on Ubuntu : # Compiling $ make g++ -O -fopenmp -I/usr/include/ImageMagick -o tty2gif tty2gif.cpp -lMagick++ -lMagickCore # Launching $ ./tty2gif file.raw out.gif # Testing $ ls file.raw Makefile...
To consider: ARG_NOT_ITERABLE_RE ATTRIBUTEERROR_RE UNSUBSCRIPTABLE_RE CANNOT_BE_INTERPRETED_INT_RE INTEGER_EXPECTED_GOT_RE INDICES_MUST_BE_INT_RE OBJ_DOES_NOT_SUPPORT_RE MUST_BE_TYPE1_NOT_TYPE2_RE
Back trace suggest an issue in Coverage. Also: - last success: Successfully installed coverage-7.2.6 - first failure: Successfully installed coverage-7.2.7 https://coverage.readthedocs.io/en/latest/changes.html#version-7-2-7-2023-05-29
You may find some inspiration in the following projects working on exception hooks as well: - https://github.com/danrobinson/tracestack/issues/3 - https://github.com/SylvainDe/DidYouMean-Python/issues/17 The trick is probably to call [set_custom_exc(exc_tuple, handler)](http://ipython.readthedocs.io/en/stable/api/generated/IPython.core.interactiveshell.html). (By the way,...
Great, thanks for your quick answer. So far as you know, the hard limit is indeed 140 characteres including the url and/or the image name ? I'll submit a PR...
Actually, I got my answer here https://dev.twitter.com/overview/api/counting-characters / https://dev.twitter.com/overview/t.co , not an easy problem... :)