Francois Marier

Results 138 comments of Francois Marier

@mcepl you can turn off line wrapping like this: https://github.com/fmarier/blogger2ikiwiki/commit/d352a4655185640642fd8550bcd6c9740f915540

While not fixing this issue, I submitted a pull request to at least avoid stripping out tables: https://github.com/aaronsw/html2text/pull/55

Sure, if you want to turn that into an option, that's not a bad idea. I think you're right that people don't expect lots of HTML, but at the same...

> Accessing the existing clutter of dotfiles and dirs is actually the compelling use-case for user_home_dir. To reinforce that point with a concrete example: in [safe-rm](https://launchpad.net/safe-rm), I have migrated the...

> +1 for an ext that redirects to HTTPS if available - and to HTTP if not availabe - of any url. [Smart HTTPS (revived)](https://addons.mozilla.org/firefox/addon/smart-https-revived/) might be what you are...

Currently if the font is not in the expected directory (`fonts/` from where `buskill_gui.py` lives), then a fatal exception is thrown and the application exits: ``` Traceback (most recent call...

If you want to replicate the setup I have: 1. Copy `src/*` into `/usr/share/buskill/` recursively. 2. Create `/usr/bin/buskill` which contains the following: ``` #!/bin/bash exec "/usr/bin/python3" "/usr/share/buskill/main.py" "$@" exit "$?"...

> you can probably remove the `fonts-roboto` dependency on the `buskill` package, since it's already installed by `python3-kivy`. And, well, it's also being installed by this `buskill` package too Both...

The one exception is `RobotoMono-Regular.ttf` which until recently wasn't explicitly Open Source and hasn't yet been added to Debian (now that its licensing status has been clarified): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819273#99

> As for fallbacks to system fonts, I don't think that's possible in python/kivy. Is there a way to simply not set the font (in case of an exception while...