Felix Wolfsteller

Results 120 comments of Felix Wolfsteller

The terminal solution would look like `ssh user@host 'cd /path/ && tar -cf - file | gzip -9' > file.tgz` (or actually `` instead of `file.tgz`). The first part of...

Pretty sure it has to do with mandatory keyword argument splatting in `lib/runbook/extensions/statements.rb#method_missing` .

I have the same issue. In principle it should work using the "file://" protocol with mechanize or creating a Mechanize page or file by hand and setting it via `page`(https://github.com/felipecsl/wombat/wiki)...

I would really prefer to use the `page` mechanism but have no time looking into why mechanize fails there. For prototyping I now use [webmock](https://github.com/bblimke/webmock) like this: require 'webmock' include...

Related (at least for old RVMs): https://github.com/rvm/rvm/issues/3737

> Nextcloud 21.0.0 on Ubuntu 20.04 with PHP 8.0 Which elasticsearch version?

In this commit (https://github.com/fwolfst/reuse-tool/commit/419d08026b13998349989664eac6ecc19f36f469) I attack the specific case in the `lint()` command. For some background, https://stackoverflow.com/questions/14207708/ioerror-errno-32-broken-pipe-python might be a good starting point. Alternatively, one could globally handle `SIGPIPE` differently....

Also, **ideally** the command would still exit with the correct code which reflects reuse compliance. In the current state and also with the commit/patch applied, it would still `exit 1`...

> I took the liberty of submitting the PR, crediting you. Hope that's OK. I didn't change the warning to `STDOUT` yet. Fine. Thanks. Ya, `IOError` sounds pretty broad. I...

> I don't think it will resolve #94 - I created a personal access token on an account within an org that has Google Login enabled - I can only...