François Leurent

Results 15 issues of François Leurent

I'm trying to PR a working curl / wget (using /dev/tcp) ``` set -ex function __curl() { read proto server path

discussion

## Enhancement Request Fuse api exposes a `copy_file_range` method (since fuse 3.4.0) [see fuse struct definition](https://libfuse.github.io/doxygen/structfuse__operations.html#a8dab2194663f561ef7db54de2ca35694), would it be possible to add this feature in winfsp ? ``` ssize_t(* fuse_operations::copy_file_range)(const...

enhancement

Si c'est pour apporter une version es6 (ce qui est parfait) et en profitant de la version majeure 2.0 (qui 'autorise' le breaking change), pourquoi ne pas l'avoir utilisée par...

I understand that `plperlu` is an unsafe version of `plperl`. In managed environments, it will be hard to find a provider with this extension available (when `plperl` is always available)...

I've got a very big bucardo_track table (5M line+). Will the maintenance function bucardo_compress_delta able to reduce it ? Is it safe for me to setup a monthly crontab &...

Timeout 0 and un-resolved async function lead nowhere. No throw, no error, no next test running, nothing. ``` describe("should never end", function(){ this.timeout(0); it("should never end", function(done){ }); it("is here...

type: bug
status: accepting prs

I'm playing with a very simple bonjour.js ``` // browse for all http services bonjour.find({ type: 'http' }, function (service) { console.log('Found service %s on %s:%d', service.name, service.referer.address, service.port) })...

The `[email protected]` channel is not implemented on the server side. The server need to acknowledge the request by opening a channel (see [openssh source code](https://github.com/openssh/openssh-portable/blob/885bc114692046d55e2a170b932bdc0092fa3456/session.c#L226) ) Again, this is an...

The [email protected] channel is not implemented on the server side. (i.e, If a server wants to forward/access the auth-agent, and push some key into) The server need to acknowledge the...

feature request