Raphael Das Gupta

Results 175 comments of Raphael Das Gupta

> 1. **Variable individual stream speed** > On an 80x24 terminal there are 40 _streams_ which all scroll at the same speed. Make the speeds vary. Isn't that what the...

In a container of this image, `prawn-gmagick` can be installed as follows: ```bash apk add graphicsmagick-dev ruby-dev musl-dev gcc gem install prawn-gmagick ``` As documented at https://github.com/asciidoctor/asciidoctor-pdf#supporting-additional-image-file-formats, `asciidoctor-pdf` will then...

It looks like https://github.com/madjar/nox/commit/0d43970c3d2b8171f133e7036b5558b50bfd66e9#diff-017d389e6f983a6d2eeee21343eb3c63R73 (and thereby `master`) already includes the same fix by now.

It looks like this is fixed in `master`, but not yet in any release. Can we please get a release with the fix?

Can this synopsis information please be included https://github.com/madjar/nox/blob/master/README.rst#experimental and in the output of `--help`?

Domain names (`gmail.com` vs. `GMail.com`, `some.example.com` vs. `sOmE.example.com`) should never be treated case sensitive. Whether the user part of an email address (the part in front of the `@`) is...

Also note that when your GMail account is `[email protected]`, all addresses of the form `[email protected]` will also point to your GMail inbox. This is however a GMail convention and other...

I don't know of any specific current examples and they're probably rare enough that we can somewhat safely ignore this quirk. But it's something we should keep in mind in...

We (Django Girls Zürich) just got contacted by an applicant saying she got the message > Something went wrong with your RSVP link. Please contact us at [email protected] with your...

> I've just hit this issue too. I think the problem is in the `CoachAdmin.get_queryset` method: https://github.com/DjangoGirls/djangogirls/blob/master/coach/admin.py#L21 Permalink for posterity: https://github.com/DjangoGirls/djangogirls/blob/3b4a234ac1c92fffb83b551cce5da81ee3d83692/coach/admin.py#L21