Dirk Jagdmann

Results 8 comments of Dirk Jagdmann

can you double check your input to doxygen. You would need to use //!@{ Your example is missing the exclamation mark character for your group's start and end tags. In...

I've created https://github.com/vgough/encfs/pull/664 which works for me. Would be good if other people can test this branch.

It's probably just as a general safety in the C++ code. I do see a max argument limit of 100 for the decode and encode functions. Should be a simple...

I support showing network use (sent/received bytes) for a single process. I would also like to order the process by send/received/both bytes, so I can see at any time which...

I have the same problem. I am compiling with gcc 7.5.0 and c++11. When I disable deprecated warnings with -Wno-deprecated-declarations then the code compiles without issues. But it seems that...

I'm working around the issue by creating a second user account which has bash configured as the system shell. then fiddled with the group configuration, so that both users can...

Is there a log file on the destination SSH server? Or only the terminal output from the Visual Studio Code program?