Sébastien Eustace

Results 44 comments of Sébastien Eustace

Thanks for taking the time to write a detailed issue. However, I won't change the style, unfortunately for you. The thing is, if I put it in bold white it...

@NickFabry and @anvit25, thanks for being willing to help with the project. I appreciate it. I can add you as co-maintainers of the project and you can go at your...

Thanks for your interest in Pendulum. I know that it differs from the official spec but Pendulum is all about sensible defaults. So, I wanted to make the `parse()` method...

The library is not abandoned in any way but [poetry](https://github.com/python-poetry/poetry) is taking most of my limited time currently. I also have some new features in mind that I will try...

@karolzlot The next major version is being worked on (see #569) and will feature a redesign and a lot of improvements. While Arrow has indeed picked up the pace around...

@spacemanspiff2007 I created an issue to add more maintainers to the project: #590 If anyone is interested in helping out with the project, write a comment in #590 to say...

I investigated a bit and it seems that the segfault occurs when a call to `Timestamp.replace()` is made here: https://github.com/pandas-dev/pandas/blob/master/pandas/core/indexes/datetimes.py#L484 Behind the scene, pandas will call: ```python int(total_seconds(_get_utcoffset(tz, None))) ```...

Could you execute the command again with the `-v/--verbose` option to get the full stack trace to see exactly where it is raised?

Thanks for reporting this. I completely agree. `psutil` is not an important dependency of `cleo` so I will likely make it optional to avoid it being installed by default in...

Installing from an archive is not currently supported. However, if you want to install from github you can declare you dependency like so: ```toml blabla = { git = "https://github.com/blabla/blabla.git",...