Salvador Fandiño

Results 5 issues of Salvador Fandiño

commit 078846b77790d30495b9b10106353e0fadca8207 Author: Salvador Fandino [email protected] Date: Thu Jun 9 16:00:37 2016 +0200 ``` Allow authorized keys inside dirs with the sticky bit set This allows one for instance, to...

I find myself repeatedly combining `bat` with a pretty printer, as in: `jq . file.json|bat -l JSON` IMO, it would be very handy to have the preprocessing/pretty printing integrated into...

feature-request

One of the key points of languages like APL or J is that, when a function is called with data of more dimensions than those declared in the function definition,...

language

This pull request adds support for filtering the files that should be downloaded according to: 1) their file size, setting `max-file-size` in the configuration 2) the filename extensions (for instance...

Currently, `Net::SSH2` lacks support for being used in multi-threaded applications. The most prominent issue being that the handling of `Net::SSH2` objects lifetime doesn't take into consideration that when using threads,...

bug