Jürgen Gmach
Jürgen Gmach
Thanks @djmattyg007. Let's put the technical implementation aside for a moment. I still see neither an advantage for the users (they additionally need to import `pathlib.Path`), nor an advantage for...
Thanks! Sounds reasonable. I see two ways forward: - either just update the API, so the users can provide either a Path object or a path as a str -...
Thanks for your reply! I never used strace before, but this looks not so good :-/ ``` 22:45:00 read(4, "lists of files in version contro"..., 4096) = 50 22:45:09 read(4,...
Hi Marius, thanks for taking the time to give me a quick introduction to strace. I repeated the strace with `-f` directly for `check-manifest` which gave me 60k lines of...
> Buildout is used all Plone projects, and probably all Zope projects. Afaik all but one :fire: Buildout is **the** cornerstone for application deployment and development in the Zope universe....
> I see the source code for this tool has not been updated since 2018. The last code change was 27 days ago, see https://github.com/buildout/buildout The last release was in...
When this gets fixed, please also move the configuration into the README, as a then 3rd example, cf https://github.com/pdbpp/pdbpp/pull/440#issuecomment-835263072
> [1](https://github.com/pdbpp/pdbpp/blame/44abee9ed91686c6e8b0406c7407ef112b9ba943/README.rst#L367-L371) already - so this could be extended/fixed (with the import), and maybe moved to a separate section? I have added the missing import statement to the second example....
> Thanks, I think it is very useful to have a (working) example there. > > However, there is https://github.com/pdbpp/pdbpp/blame/44abee9ed91686c6e8b0406c7407ef112b9ba943/README.rst#L367-L371 already - so this could be extended/fixed (with the import),...
I rebased on current master and applied the change: `import pdb` -> `import pdbpp`