Yannick PÉROUX

Results 31 comments of Yannick PÉROUX

While parsedatetime is great, it's not a perfect fit for Watson. For example it seems to always be expecting MM/DD dates instead of DD/MM. Also it guesses dates in the...

Why not, but it doesn't seem to be working out of the box. I got it working by doing `pip install td-watson`, but I'm not sure that's the intent of...

We already have a configuration file (cf https://tailordev.github.io/Watson/user-guide/configuration/). However we cannot edit the colors or the formatting style in it yet. There was a PR implementing this quite a long...

:+1: I think this would be a nice feature, but hidden behind a flag and an option.

I think most editor plugins will use the defaults values if nothing is provided (therefore 79). Are you sure you don't have a black plugin messing it up? Now I...

Thanks for the PR! As it's a dangerous operation, I think we should ask the user for confirmation. Here is a pattern for doing that with Click: http://click.pocoo.org/5/options/#yes-parameters Ideally, we...

That's true. Maybe we could alias them? Otherwise that would be a rather big breaking change.

Do you know why Github is displaying such a long diff for ` docs/user-guide/commands.md`? Did you by any chance generate it on Windows? If so, I think there is a...

I'm using this branch in development and it works very well 👍 .

I've tried to make fix, but I think that the tests will have to be rewritten as well. Aiopg 1.0 is only compatible with the async/await syntax, which is not...