t4lz
t4lz
### Describe the bug Using the C-API, `wasi_get_imports(store, module, wasi_env, &imports);` returns false if the WASM module also contains imports that are not from wasi. ```sh echo "`wasmer -V` |...
### Description Fixes #12774 Instead of relying only on hardcoded default value, first try to find out the actuall default value of a bool argument to a the class/attrib-maker decorators,...
The markdown cells in l03c01_classifying_images_of_clothing.ipynb say that the model predicts the label 6, but when you run the code it correctly predicts the label 4. Maybe the order of the...
Currently, outgoing tests do not actually verify successful interception and forwarding. The traffic could be sent out directly from the application. Add a test that actually verifies the existing outgoing...
Just want to check if this is maybe a cheap fix to the currently impossible CI.
### Bug Description Outgoing UDP messages fail if destination is specified by name, not address, because of a DNS error on the agent. ### Steps to Reproduce 1. Checkout a...
### Bug Description When trying to use the IntelliJ plugin on CLion 2022.2.1 (Build #CL-222.3739.54) an IDE error occurs, debugging does not start, and the debug button is disabled until...
### Bug Description With the https://github.com/istio/istio/tree/master/samples/bookinfo example running in the google cloud, and the agent in a different namespace than the target pod, remote dns fails. It does not fail...
Currently, if you override the default agent image with one that does not exist (e.g. `-i test` when running in the cloud and `test` only exists locally), then the created...
When mirrord gets the close frame currently it just keeps running uselessly, and even after the agent disconnects. Instead, when the connection is closed, mirrord should exit and display some...