Results 102 comments of Boris Feld

Actually I'm not sure how to fix it because once we catch the `FileNotFoundError` exception, we would still need to do the resolution ourselves. The pytest project seems to have...

That could be a solution, I will investigate. What do you mean by `dropping support for Python 3.5 on any platform but Linux`? Does dulwich 0.19.6 officially support Mac OS...

I started a PR with a failing test: https://github.com/dulwich/dulwich/pull/777 It fails on Python 3.5 but it's expected. What was not expected is that it also failed on Windows no matter...

I found why the build is failing on Windows, if the file doesn't exists, Pathlib.resolve() returns a relative path on Windows, there is an open bug in Python: https://bugs.python.org/issue38671

I've updated https://github.com/dulwich/dulwich/pull/777 to make the absolute path resolving before creating the `pathlib.Path` objects which seems to make the new test happy. I'm not sure if we should replace `Path.resolve`...

I've started to work on this issue in https://github.com/dulwich/dulwich/pull/674 As @BoarGules already started from the configuration point of view, I started from the line-ending conversion point of view.

Here is the analysis as of today: ``` WARNING:__main__:Feature for model 'regression' changed between 2019-09-06 15:33:54+00:00 and 2019-09-07 00:06:33+00:00 WARNING:__main__:Feature only present at 2019-09-06 15:33:54+00:00: {"Comments contain 'str'"} WARNING:__main__:Feature only...

Thank you for your report. Unfortunately, there is no way of having an `OfflineExistingExperiment` as of today. We added your request to our roadmap and will keep you posted when...