Mikowmer
Mikowmer
I know this has been open a while, but I _may_ have a solution. Based on the tracebacks, the 'asn1' import error occurs in the cryptography module. On the [paramiko...
Nope, I've completely misunderstood everything. However, I think I may understand what is going on now. The module that `cryptography` is trying to import from is a Rust extension. For...
@naclander I bit the bullet and went looking for help on Mobile Reads. I got _a_ response. https://www.mobileread.com/forums/showthread.php?t=348721 Not sure how much that helps, to be honest...
I... see what you mean. When it splits the path to navigate, it does a naive split (see rmapi/path.go) The only solution I can see that would fix this would...
Proof of concept for using arguments to separate folders and files rather than "/": Rewriting statCmd in shell/stat.go ``` func statCmd(ctx *ShellCtxt) *ishell.Cmd { return &ishell.Cmd{ Name: "stat", Help: "fetch...