Results 152 comments of manuels
trafficstars

That would be great, too!

Maybe the room could only be shown if all events for that track are actually in the same room.

Sure, I was already thinking about something but I did not know what mechanism to use. Maybe a Unix domain socket?

You guys are right. Right now I have reimplemented bulletinboard using tokio, but the release of a new version of tokio is imminent, so I am waiting for this until...

Sure, @rigelk, feel free to create a pull request. This project is not getting a lot of love right now from me, because I am waiting for futures to become...

Hi @rubdos, thanks for your feedback! I was planning on GPL-2.0 only unless you have a good reason to convince me otherwise ;) You're right, according to GPL you have...

That sounds more like a use case of LGPL, doesn't it?

Thanks, @dtolnay. As soon as docopt/docopt.rs#128 is fixed, I'll drop rustc-serialize!

That path looks pretty incorrect: ``` C:\Python27\Lib\site-packages\cxx2rs__main_.py ``` Is that really what the output looks like? It should be something like ``` C:\Python27\Lib\site-packages\cxx2rs\__main_.py ``` (Please note the added backslash)

The thing is that all files should be located in the directory `C:\Python27\Lib\site-packages\cxx2rs\`. In this folder there should be (among other files) the files `__main__.py` and `parser.py`. Could you check...