Results 12 comments of goncalopp

I get this as well. Debian 10, clean Rust environment, catfs-0.8.0.crate Here's the output of the debug log: ``` 2020-05-04 04:24:03 DEBUG - catfs "/home/user/tmp/source" "/home/user/tmp/cache" 2020-05-04 04:24:03 DEBUG -...

I also think this is an important feature for a caching filesystem. @kahing Is this functionality that catfs could potentially have, or is it against design goals? Would you be...

@gaul Thanks gaul! Do you mean sleeping and blocking reads until the backing store is online again? rickysarraf's idea seems to be that reading should still succeed without the backing...

[pcachefs](https://github.com/ibizaman/pcachefs) does this brilliantly, FWIW

It's been a while, so I don't exactly remember what the numpy array types/shapes of "classes" are, but ultimately you need to convert it to a string or list of...

Seconding GRPC, it seems well maintained and solves the problem of having to write client libraries. Unfortunately it won't help for getting data in the browser, as GRPC has no...

> I don't think dynamic clients are possible with GRPC? The kRPC Lua and Python clients currently get a list of available RPCs from the server and create the stubs...

This is looking great! I just want to point out that, although browser-based clients can't possibly support gRPC (because of the lack of TCP support), there are some projects around...

If it's of any help, [this library](https://github.com/fdemmer/libkeepass) is able to read kdbx files

I've isolated this a bit more and got lower-level logging. The difference between l1 and l2 `append` calls is this: l1: ```abstract.call CALL abstract._log_args Arg 0 abstract._log_args [var 480] abstract._log_args...