Dawid Gosławski

Results 16 comments of Dawid Gosławski

yeah this is something I came here looking for alternatives to big old Huginn @muesli is this project still accepting PRs or is it abandoned ?

@cgoldberg actually I also had problem with argument that does not use "-", have you thought of supporting passing full args list instead of kwargs ? Xvfb supports at least...

@stardust85 thanks for response :) I will try to make my solution more general and make PR with new artifact class. Btw. thanks for this lib. Nexus REST api docs...

@stardust85 unfortunately this case is not simple CI style - `mvn clean verify` + `mvn deploy` :D I am from SCM department and we usually work only on finished product...

just realized that work is on branch not touched for a while, maybe someone will use it :D https://github.com/alkuzad/repositorytools/tree/pom-artifact

I just switched to https://github.com/home-assistant-libs/pychromecast, different language and not so easy to use, as it's library. But it's maintained and starting stream takes really 5lines of code :)

@klemens-u Have you checked if you have `fastcheck=true` enabled ? What OSes do you sync ?And - if you need only one way synchronization - rsync can be less problematic....

Fix is rather simple: `return bool(which(repo_type + '.exe'))` Ofc should be checked with either `sys.platform == 'win32'` or `os.name == 'nt'`