Yannis Gerlach

Results 16 comments of Yannis Gerlach

Some people like their computer not to make unasked connections. Especially to external servers outside their control. And i guess some people might run this container in a environment where...

Same error for me, but i am trying to run windows docker images. So i am not using the wsl backend, but the hyper-v one.

You can use `` in your query to get the timestamp as unixtime in a int64. But getting it as `std::chrono::time_point` object or similar would be nice. Or something that...

oatpp seems to not capture the connection parameters of the connecting client. See [src/oatpp/network/tcp/server/ConnectionProvider.cpp#L345](https://github.com/oatpp/oatpp/blob/06ce4516c47dcd856406a5af3fdb31e30d614ec0/src/oatpp/network/tcp/server/ConnectionProvider.cpp#L345)

Sounds like an memory corruption. You probably accessed an invalid pointer at some point. This sound like an oatpp unrelated issue.

i have the opposite problem: I disable "Only upload on wifi" but it still only uploads when i am connected to wifi. I know, because i rarely ever connect to...