Guillaume Binet

Results 29 issues of Guillaume Binet

``` python def prefix_groupchat_reply(self, message: Message, identifier: Identifier): if message.body.startswith('#'): # Markdown heading, insert an extra newline to ensure the # markdown rendering doesn't break. message.body = "\n" + message.body...

type: bug

![image](https://cloud.githubusercontent.com/assets/975564/13730808/79f8b11c-e917-11e5-9042-ccc98ae59edb.png)

type: bug

BotPlugin.send_card is a mapping to Slack Attachments and Hipchat Cards. It is also implemented on the graphics backend (-G) to display nicely the various elemets. Now for all the other...

type: feature

This could be a nice intermediate usage: ``` python @botcmd def add(self, msg, left : int, right : int): return str(left + right) ```

type: feature

Click on feedback try to submit and it gives a network error.

Step to reproduce. Open the app. Wait 48h or so until you are sure that the full list in the stream is new. Drag down. The app crashes. You might...

I had that before the small patch : ⚫ gbin@sal flask-gevent-socketio-chat % python server.py Listening on http://localhost:8080 DEPRECATION WARNING: use resource instead of namespace Traceback (most recent call last): File...

I took a raw recording around 853MHz to give you a better idea [here](https://drive.google.com/a/gootz.net/file/d/0B9tDJ_NcZuDtemZBcEluMUYyNlk/view?usp=sharing). The frequencies are documented [here](http://www.radioreference.com/apps/db/?sid=60) and they seem to match. With gqrx I can get the...

bug
medium

https://github.com/omanges/turfpy/blob/master/turfpy/transformation.py#L659 0 is the same as None in that expression. Always test None in python with: ```python if direction is None: raise Exception("direction is required") ```

Within my app I need to shutdown start/restart gracefully an embedded flask instance. On the ThreadedWSGIServer counterpart I use shutdown() that works perfectly. kill() seems to be the equivalent of...

High Priority