-
I had previously raised this topic in another issue https://github.com/dotnet/runtime/issues/101135, but I want to create a separate discussion as I couldn't find a place to track the progress on this…
-
@jeffmahler
I executed code to test dexnet installtion on ubuntu 14 and 16 both in CPU machine.
user/catkin_ws/src/dexnet python setup.py test .
**floating point exception core dumped.** err…
-
### Environment
Docker
### Version
0.15.3
### Describe the problem
Not able to login using LDAP. The logs are very brief so not able to get much insights on the issue.
### Logs
The only logs i…
-
Hi,
i have link all "*.test" files to my exe using 'fileAssociations'.
but if i create a file named as "中国.test"(with chinese charcter).if i double click this file will get error(empty content,no deta…
-
After installing the skeleton per the instructions in the README and running `COMPOSER_PROCESS_TIMEOUT=0 composer run` and visit http://localhost:8888 or http://localhost:8888/index_dev.php I get the …
-
For example, the following does have any effect as seen by the command callback not getting right value in $options.
```
command:
image-flush:
options:
all: true
```
-
### Is this urgent?
Yes
### Host OS
Debian Bullseye
### CPU arch
arm64
### VPN service provider
NordVPN
### What are you using to run the container
docker-compose
### Wha…
-
### Description
When I try to load a dotlottie file on Android (does not matter whether its a device or the simulator), the `onAnimationFailure` callback prints out "Use JsonReader.setLenient(true)…
-
Hi
Given the test suite, it's possible to launch swarm services in a docker swarm inside a sysbox system container but services on the same networks can't communicate with each other:
I initial…
-
I have created a docker base image with my dependencies needed to run my application like Java, Python, VC++ and dotnet. On top of the base image, I am creating another docker image(application image)…