Baruch Nissenbaum
Baruch Nissenbaum
@TTimo Hi, can you please give more info about the container runtime configuration? (docker?) Thanks
It is starting' king of, then fails. ... RecordSteamInterfaceCreation (PID 185196): STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / RecordSteamInterfaceCreation (PID 185196): SteamInput001 / in\win64\dota2.exe: ../src-wine/dlls/ntdll/unix/virtual.c:1243: create_view: Assertion `!((UINT_PTR)base & page_mask)' failed. in\win64\dota2.exe: ../src-wine/dlls/ntdll/unix/virtual.c:1243: create_view: Assertion...
@dlyckelid Hi, can you post log of AT commands?
Try defining this: `` #define TINY_GSM_YIELD_MS 10 ``
I had a similar problem. I first changed MTU, which helped, but ended up moving away from ZT1 for that project. I did work fine for about a year, but...
Hi, For me Setting mtu with local.config does not seem to work. Not sure if this is a different problem. (or I am not setting the mtu in the correct...
@glimberg , How should I set it the mtu? I do not see any dhcp option in the UI and the link is controlled by ZT , but I didn't...
"We don't recommend altering the default MTU" Unfortunately my scenario is tunneling ssh via the machine, and this beaks with the default MTU. Known limitation of ssh (and also ipsec...
In many (most?) cases 1x1 matrix is the same as a result of a dot product and is the same as a scalar. Converting scalars to 1x1 matrix (as suggested...
Same arguments as used to be with C++ designers: Keep it strict, don't add things can be done with some more effort from the user. (SFINAE) Then came python -...