piegames
piegames
Transferring folders is not that much more complex than transferring files: simply zip all files and send that one with some special metadata. The receiving end might even be able...
Since I've started using Magic Wormhole, I've never been fond of the word list it uses. Quick summary: - It's called the [PGP word list](https://en.wikipedia.org/wiki/PGP_word_list) - It contains two sets...
The protocol level on that one is rather easy. Implementation notes: - **Sender side:** - Add a `--text` file to the send command (alternatively, have a `send-text` command?) - If...
At the moment, we simply pass a pathetic `String` because nobody bothered implementing it. `WormholeWelcome.welcome` needs to be a custom type that represents the possible values we may get from...
**Bug description** The `CompositeTemplate` macro (and probably others too) currently do not sufficiently check the validity of present attributes. So instead of getting a compile error, things will silently fail....
When a subcommand dies with non-zero exit code, I'd expect the shell to handle this and bail out except if there's explicit error handling in the code. I came here...
- [x] I am on the [latest](https://github.com/KELiON/cerebro/releases/latest) Cerebro.app version - [x] I have searched the [issues](https://github.com/KELiON/cerebro/issues) of this repo and believe that this is not a duplicate - **OS version...
See #83. At the moment, I'm trying to get rid of all large enums and replace them with traits or something else suitable. I'm not sure where I'm actually heading...
When using out logging crates, having the possibility to set a custom log format is nice, but being required to do so every time is rather tedious. The current default...