Gautier P

Results 96 comments of Gautier P

Yeeeah :) Do you know any good UI designer (not that you aren't one but... eh, we're developers right? :)).

Same here - you can make tests appear by adding in `settings.json`: ```json "phpunit.args": ["--configuration=my-subfolder/phpunit.xml.dist"], "phpunit.files": "./my-subfolder/test/**/*Test.php" ``` But it won't work if your workdir should be `my-subfolder` because all...

Looking at [source code](https://github.com/wmcbrine/PDCurses/blob/b12c4a5212e97cf83f0074618c1473253fad4131/pdcurses/color.c#L162), it seems that indeed 0 is not a valid pair value, though it works great on Linux. More exactly, it seems that pair 0 [is reserved...

By the way for any user encountering issue related to extensions installation, you can grab some error logs with `dbus-monitor`. For instance you may see logs like: ``` error time=1487276417.235767...

This feature would be good to have, so that users can send feedback to map owner. Is the implementation planned anytime?

OK, thanks folks. I'll subscribe to this issue to check for any progress then :). (In the mean time I contacted the author directly via email but I am not...

Nice @picheli20, however there are some failing tests now (`npm run test`). Would be great to have this merged! @biesbjerg are you still open to new MR?

Also when the same string is used multiple times, only one path is registered in the `.pot` file. Shouldn't all files be listed?

Also another great alternative not mentioned yet is [YoHours](http://github.pavie.info/yohours/). Maybe iD could give an hint to use one of these solutions when starting writing opening hours manually? It would not...

@tmcw It was more of a question than an assumption, I would certainly not state on unknown technologies; my apologies if it looked like it. I just wanted to bump...