-
## Summary
In docker, we can specify `--net=host` to launch the container in host network mode.
If you use the host network mode for a container, that container’s network stack is not isolated f…
-
**Describe the bug**
Sometimes when launching the engine the editor assembly will fail to compile & there won't be an entry point.
Very sporadic, happens some times but not always.
**To Reproduce…
xezno updated
2 months ago
-
It worked super fast but after updating to visual studio 1.29.1 x64 it takes up to 1 - 2 minutes to find the namespaces. I use windows 10 x64
-
**Describe the bug**
When a content dialog is opened and the main window below has controls with access keys, I'm able to hotkey to the window below the content dialog. My understanding, per this [li…
-
I created new fresh flutter project and added isar database. But when i try to run project i get this error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configu…
-
## Description
I have an implementation for `ITestDiscoverer` as follows:
class MyClass : ITestDiscoverer
{
public void DiscoverTests(IEnumerable sources, IDiscoveryContext dis…
-
{
"platform":"",
"hub-mirror": [
"dockurr/windows:3.19"
]
}
-
* .NET Core Version: 3.1
* Visual Studio version: VS 16.5.4
* Windows version: 18363.778
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Not tested
**Problem description:**
w…
-
### Module
K3S
### Testcontainers version
1.20.1
### Using the latest Testcontainers version?
Yes
### Host OS
Windows
### Host Arch
x86
### Docker version
```shell
Cl…
-
**Describe the bug**
I came across this in a more complicated scenario (creating a SpreadsheetDocument from an existing stream, modifying the doc and streaming it out to another different file), but …