Andrei Markeev
Andrei Markeev
But in this case you would need to reupload SAS token to the devices every time it is expired? There can be thousands of devices located thousands kilometers apart, not...
Do you mean that it is possible to set token expiration to far future? I would still prefer generating tokens anew from time to time to be honest, it is...
Here's the example code using this new functionality (this by the way also eliminates Arduino "Time" library dependency): ```c++ void setup() { // ... settimeofday_cb(onTimeRetrieved); configTime(0, 0, "pool.ntp.org"); WiFi.begin(wifiName, wifiPassword);...
Microsoft seems to think differently, all official examples that I saw, generate SaS tokens on device. Security is the primary concern when it comes to corporate world... Well anyway, this...
I think I am experiencing same error as @SergeiSOficial: `[2022-04-22T21:06:49.515Z] docker: Error response from daemon: invalid mount config for type "bind": invalid mount path: 'c:/my/Projects/ngx_http_jwted_module' mount path must be absolute`
Ok I found https://github.com/microsoft/vscode-remote-release/issues/509 and was able to resolve the issue by specifying the `workspaceMount` parameter explicitly, changing Windows-style path `c:/my/Projects/ngx_http_jwted_module` to `/mnt/c/Projects/ngx_http_jwted_module`. So essentially, I added this line in...
Thanks Marat, appreciate the fix 👍 I'll try it out.
Sorry, took me some time to verify the fix, but unfortunately, it still doesn't work in 0.6.1. I double-checked that Stevedore was updated. `docker-wsl-proxy.exe` creation time is 25.04.2022 and I...
@Akhoy thanks for your feedback! This feature you request should be quite easy to add. I will only have time for this change after 1st of June though. Can you...
Thank you soo much for your feedback! :) It actually has quite significant delay, 1 second or even more. I think I added it very long ago. Are you using...