Florian Wagner
Florian Wagner
What's holding this up? I'd really like to switch from Automate to Easer but this is critical for me!
I've added a very rough [benchmark script](/wagnerflo/aiosix/blob/main/benchmark.py) using asyncio mind you (that's what I'm much more proficient with). This kqueue + aio implementation is about 4-5 times faster than the...
> Option 1 is to write a thin wrapper that just gives the raw FreeBSD operations, probably as a third-party library rather than something built into trio itself. Trio tries...
Yes. Being able to select the intermediate (or rather chain of intermediates to be able to ship it with the issued leaf if I understood #440 correctly) a provisioner uses...
From my reading of pylock's documentation this package seems a bad choice. Anyone deploying a Waliki based website will then have to decide between: 1. Increased effort for installing and...
Having SFTP support would be great. I'm planing on setting up a disk attached to a MIPS-based router with OpenWrt as a backup target (it's the only always-on device in...
Thanks for your response! As this sounds like it would add significant complexity, I'd be in favor of just establishing and documenting conventions instead of adding code. Maybe borrowing the...
+1. Would really like syntax support for this, too!
Any update on this? Redrawing wouldn't be so important for me but music playback continuing would be...
Yes. For now I've replaced `copy_to` with `File::Copy::cp` and can handle and log errors like that. I have no idea about performance, though.