-
When running the following command:
```
docker run -p 8080:8080 --rm 52north/sos:5.3.1
```
I get a lot of warning and error logs and cannot access the sos, e.g. at
1. http://localhost:8080/…
-
Hi,
I was automating a SOAP API using Karate Framework and noticed the request body gets modified by karate.
Actual Behaviour- Request body is modified by karate
Expected Behaviour- Request body …
-
Currently, the the vast majority of our HttpStress failures (#42211) are HTTP 1.1 Socket connection failures. (Socket error 10060 running inside, 10061 running outside of Docker):
https://dev.azure.c…
-
- VSCode Version: `1.48.2`
- Docker Version: `2.3.0.4`
- Local OS Version: `Windows 10 Version 2004`
- Name of Dev Container Definition with Issue: `mcr.microsoft.com/vscode/devcontainers…
-
I used it as follows:
```
import {importFromString} from 'module-from-string';
...
async function compileModule(code)
{
return await importFromString(code);
}
```
Here is the bundle deplo…
-
Battery Status does not work as described with Microsoft Laptop Go running Debian Sid
According to the Feature Matrix (https://github.com/linux-surface/linux-surface/wiki/Supported-Devices-and-Feat…
-
Hello,
Is it possible to use the acvp_app in order to communicate with ACVP demo server from a corporate proxy?
I'm able to run the application without problems if I'm in a network without proxy. …
-
I build this app work on other platform but not windows:
reason2 RX2 TX2 is from websocket, reason RX TX is from raw-skt.
listen on raw socket, forward traffic to remote websocket server.
-
Consider:
```
Napi::Value Rwar(const Napi::CallbackInfo& info) {
Napi::Env env = info.Env();
Napi::TypeError::New(env, "Wrong number of arguments")
.ThrowAsJavaScriptException();
ret…
-
**Which Version of MSAL are you using ?**
MSAL 1.1 (Running older version due to compatability with Unity)
**Platform**
UWP
**What authentication flow has the issue?**
* Desktop / Mobile / Ho…