donpedro
donpedro
I concur; I have observed the exact behavior described by @craigphicks . I didn't realize that this conflicted with the instructions, but my notes show that I am seeing the...
Per @craigphicks caveat: > The code as is works now for the case of a single file opened with src and written with dest . I haven't tested multiple files....
@craigphicks that's just an empty transformFunction; I could have just left the function out completely, as I'm not actually doing any transformation; I'm really just using newStream as a passthrough...
I'd love to see "Writing an adapter", an analog of the invaluable [Writing a plugin](https://github.com/gulpjs/gulp/tree/master/docs/writing-a-plugin) docs. I might even be able to help with a first draft if I can...
Alright, I've got everything I needed to know figured out over on #2347. How can I help with docs? I've got a bit of experience now with **Writing an Adapter**,...
Great! Your call; either of those is fine by me!
My sorting is not external and the columns behave properly upon sort. However, the columns reset as described upon resizing the viewport.
I couldn't figure out why there was an apparent download limit for conn.src() of 16 files. ``` javascript var conn = ftp.create({ "host": "...", "user": "...", "parallel": 1, "password": "...",...
@Taha-Firoz I was on a similar quest, and I was also getting various exceptions with this repo. I had better luck starting from [this gist](https://dev.to/lawrencecchen/monaco-editor-svelte-kit-572), rather than from the REPL...