Nerijus Baliūnas

Results 123 comments of Nerijus Baliūnas

It could support any S3 provider, for example, wasabi, DigitalOcean. Currently there is one place where `s3.amazonaws.com` is hardcoded - https://github.com/Eilonh/s3crets_scanner/blob/bac5ad00a270a006c8cf8ba51b60d1d205ae281c/utils.py#L183

@xenithorb, are xfreerdp fixes in released Fedora package? It seems not.

@xenithorb I managed to build asbru. Diff from the latest pacmanager.spec attached. [asbru.spec.diff.txt](https://github.com/perseo22/pacmanager/files/1450990/asbru.spec.diff.txt)

I'd suggest adding these changes from my version: ``` --- asbru.spec.1 2017-11-21 01:20:31.718597897 +0200 +++ asbru.spec 2017-11-07 19:22:21.818593285 +0200 @@ -97,7 +58,7 @@ mkdir -p %{buildroot}/{%{_mandir}/man1,%{_bindir}} mkdir -p %{buildroot}/%{_datadir}/{%{name}/{lib,res},applications} mkdir...

If only `MODULE_LICENSE()` is missing maybe it is not very difficult to support it?

You are probably right, just read about how lld (clang linker) started to support linking Linux kernel. Although here we are talking about modules, not the kernel itself, so it...

It works, even with ansible 2.16.5 and this patch: ``` --- a/ansible_mitogen/loaders.py +++ b/ansible_mitogen/loaders.py @@ -49,7 +49,7 @@ __all__ = [ ANSIBLE_VERSION_MIN = (2, 10) -ANSIBLE_VERSION_MAX = (2, 14) +ANSIBLE_VERSION_MAX...

> it's broken with forced 2.14 support I have it without mitogen, removing `warn` helps, so it is not a mitogen problem.

Could you please apply it? It works with git master.