François Leurent

Results 50 comments of François Leurent

Are you dropping frame on your IIS server ? Can you post some of the server (streamer) code ? I guess frame dropping is the reason behind this issue, yet...

The fist loop is reasonably slow as it will just drop a sane amount of headers, i can't understand how the 2nd loop (a simple **cat** !!) can be so...

According to the "bash bible" - yours :p a simple **cat** alternative might be ``` file_data="$(

But .... i really want the FUSE_COPY_FILE_RANGE support. Maybe you can take a deeper look / rewrite everything to make it happens ? 😞 (thank you a lot anyway)

Waiting for this 👍

Yes, it does, use `ovh_cloud_project_network_private.XXXX.regions_attributes[0].openstackid`

Can this be merged, someday ?

I wrote a simple test for completion to readline. In the child, i react to a very simple completion event the master tap test just need to press the "tab"...

2 years later, i end up understanding that sending control chars (e.g. TAB) require a tty, not a pipe. Is it ok now ?