-
Hi!
I try to make a http request from WASM module running on [wazero](https://github.com/tetratelabs/wazero) and got an error^
```
Netdev not set
```
I try to use netdev package but can't f…
-
Running `cylc config -i something -i something_else ...`, the results will be
1. Everything is present - something is printed for each item
2. Something is missing - up to the "something is missin…
-
Not sure what your plans were with the design of the program. Did you want it to stay as a bash pipeline? You could perhaps refactor it with`gnu make`. Or did you want it to be a python package? W…
-
- [x] Organization Name ("Organization") and, if applicable, URL:
[Red Hat](https://www.redhat.com/en)
- [x] Product Name, Version and download URL (if applicable):
[SmallRye OpenTracing 2.0.…
-
### Describe the feature
Support running the code for CloudFront Functions (not Lambda@Edge) through esbuild and/or tsc.
### Use Case
- Bundle in modules, particularly polyfills
- Minify and…
-
We use a build macro for some of our classes, that inject some runtime checking expressions into a class method.
We test all expressions that can be generated by that macro in a separate test and wou…
-
```
#!watchflakes
post
-
There is an issue with the setup script for vmware where if you're running it from a headless console session (e.g. SSH), the script will fail due to the lack of a display driver:
```
$ ./goad.sh -t…
-
Currently [sp-io](https://github.com/paritytech/substrate/blob/master/primitives/io/src/lib.rs) implements external functions for the runtime. It uses `runtime-interface` macros to automatically gener…
-
### Description
the following code should produce a compile-time error disallowing the use of a non-sendable class across two isolation domains. running the code with TSAN enabled detects a data race…