Olivier Croquette
Olivier Croquette
I just gave it a try. What worked for me is to add the following lines to the test module you want to debug: if __name__ == '__main__': unittest.main() And...
Hi, is there any interest in this and in Wiki improvements in general?
Hi, I rebased my change to resolve the conflict.
Can we merge this?
The MVGO app is now working fine, but I cannot tell if this is due to a change in the app or in the OS.
@peterhirn Thanks a lot for the hint about MINIO_SERVER_URL. It ended a long hour of uncertainty and frustration for me. I was setting up a MinIO server behind Caddy as...
Same problem here, also with Firefox. Here is the error in the console, with line breaks for better readability: ` Exception { name: "NS_ERROR_FAILURE", message: "", result: 2147500037, filename: "https://mydomain.fake/nextcloud/apps/viewer/js/viewer-main.js?v=e07e16b1-0",...
A bit unrelated to this issue, but maybe still worth mentioning: I just want to rotate some pictures I uploaded, for the visitors. I was hoping to achieve this through...
OK, thanks for the feedback.
I had another look. The parser is fine, the problem is really in c_library. It is very easy to reproduce with a simple function like: extern int __stdcall myfunc( void...