Tim Caswell
Tim Caswell
@piscisaureus I love the idea of keeping the request simple and having nothing more than inputs and outputs. That certainly simplifies my life. I don't understand why your example has...
@piscisaureus I see, I had forgot about `uv_cancel`. But in that case, you just need a `void*` pointer in my struct where you can set the opaque pointer so I...
How private do you want your data? For example, you could encrypt file contents, but not the file names or directory structure. Each file could be encrypted with some master...
I don't quite understand what you're proposing, but it sounds like it might work.
I'm just going to link to this old experiment of mine to show some of what I meant https://github.com/creationix/test-workspace
> Can we put the `localPathTemplate `on `DatArchive `instead of passing it into create? Yes, but then we'll need to move some logic out of create (like where it checks...
Sorry, I got sidetracked by linux tasks (need to get final image to factory soon and need a rock solid OTA update mechanism) I'll get back to this later.
If all messages are text based, I think newline delimited is much better for implementations and for testing with tools like `nc`.
Are there actually use cases where only decimal digits but a large or arbitrary number of digits is allowed? I know of lots of places that store integers, but those...
Can this be merged and a new release cut?