Philippe Ombredanne

Results 987 comments of Philippe Ombredanne

@baiyunping333 did you see the message above?

@Martinsos thank you for the quick reply and sorry for the incorrect link. Here it is corrected: https://ci.appveyor.com/project/pombreda/thirdparty/builds/24286191/job/0p8m9ou4or8q8iru#L130 This is a "classic" stdint Windows issue: `fatal error C1083: Cannot open...

in this comment https://github.com/libarchive/libarchive/issues/1259#issuecomment-541777182 @kientzle rightly points that it is rather impractical to craft extraction of ASAR in libarchive that routes extraction based on content: there can be no magic...

@airstrike can you check if you are still having this with the latest master?

For the sake of illustration here is a very simple external function that converts `deps` objects to Python collections objects. It would much simpler to have this transform built-in the...

@mcsakoff good catch. I think this library is not updated at all and the canonical code lives instead in https://github.com/python-poetry/poetry/blob/master/poetry/mixology/version_solver.py#L67 instead. @sdispater can you confirm this? Any intention to restore...

@mcsakoff note that was not a bug though, just a way to limit the number of resolution iterations to some number

just as a side note: the fact that joblib is **only** usable as a decorator is actually a serious limitation IMHO in some cases. Take for instance this use case:...

:+1: Especially since that could also be the base for a RR Python binding ;)

@fsaintjacques Thanks! I saw you were in the commit logs, actually I found this project from browsing the CRoaring logs.... I thought I would chime in to inquire. I am...