-
This would be defined as:
```tla
RANGE f == {f[e] : e \in DOMAIN f}
```
We have a `DOMAIN` prefix operator, which I use often, and it would be nice to have a `RANGE` prefix operator as well. I oft…
-
```
What steps will reproduce the problem?
1. Open tools/ild2/maapi.idl
2. Locate constsets MA_TB_*
3. These names are totally unreadable, it is not at all clear that "TB" means
"TEXTBOX"
4. There ar…
-
https://github.com/ockam-network/ockam/blob/8bf1502c8a105c874e8d493097c6c57948183a09/implementations/rust/ockam/ockam_node/src/context.rs#L129 (and some others) use a fixed-capacity channel (which if …
-
Options:
- [json-template-engine](https://github.com/vmware/json-template-engine) (= [jsonteng](https://pypi.org/project/jsonteng/) ?)
- [jsonnet](https://jsonnet.org/)
- [emrichen](https://pypi.or…
-
### Feature Use Case
I have code that runs in the browser and on server-side node. On the server-side, I need to import a DOM implementation, in the browser obviously not. I want to export that…
-
This ticket is to track ray-query/ray-tracing work
command line: `Gothic2Notr.exe -rt`
![изображение](https://user-images.githubusercontent.com/122894/162619785-30e79cf0-1b7e-4b5e-b3ab-970a5319994…
-
```
import * as foo from "./foo.wasm";
```
where foo will correspond to the exports of the wasm module.
-
With the many layered fcl and wire-cell includes, it becomes harder to determine the actual parameters used in `WireCell::Main`. E.g., @Laura Paulucci raised a question how to determine the `nticks` p…
-
Filing this issue to request time on our agenda to flesh out some ideas we've been incubating about this strategic direction.
Edit: Updating this issue to specifically call for favorite resources, …
-
**Problem**
Accounts created from Linkdrop have to use Linkdrop contract name as a suffix. However right now there is one hardcoded suffix (specified in env variable) for all cases.
**Expected …