waalge

Results 17 issues of waalge

Whats the logic behind the versions of torch in the requirements? * [torch==1.0](https://github.com/uwnlp/denspi/blob/f540b6a547f012823fc6c2bb10077df6bccc13a6/requirements.txt#L1) * [torch==1.1.0](https://github.com/uwnlp/denspi/blob/f540b6a547f012823fc6c2bb10077df6bccc13a6/open/requirements.txt#L6)

#### What Git revision are you using? ``` aiken v1.0.26-alpha+98bd61a ``` #### What operating system are you using, and which version? nixos #### Describe what the problem is? Edit: Add...

bug
test framework

currently there is the ability to distribute assets, but not with datums or script references. Trying to test some cases where there are many prior transations, but not wanting to...

Similar to https://github.com/fireshape/fireshape/issues/53, maybe Trying to the run the cantilever example found in https://zenodo.org/record/4036176 ``` $python main.py Traceback (most recent call last): File "main.py", line 2, in from fireshape import...

Not yet in master but [...](https://github.com/fireshape/fireshape/issues/59) Adding the cantilever example and running from root: ``` $python examples/cantilever/main.py Traceback (most recent call last): File "examples/cantilever/main.py", line 10, in mesh = Mesh("cantilever.msh")...

#### What Git revision are you using? aiken v1.0.29-alpha+16fb02e #### Describe what the problem is? aiken outputs `preamble` with key `compiler`. This isn't in spec. https://github.com/cardano-foundation/CIPs/blob/33a0bd11847abdaea4b1d67f31c7d23aefac4c4c/CIP-0057/schemas/plutus-blueprint.json#L33

### What is your idea? Provide a use case. Include return type in aiken export ### Why is it a good idea? Interop ### What is the current alternative and...

``` fn get_thing_with_checks() { // do some expects and return something } ``` With ``` // when i want checks done but don't need the return expect _thing = get_thing_with_checks()...

### What is your idea? Provide a use case. I'm running top quality dapp. Tracing is off, obvs. Tx fails with `plutus error`. Eeeek. Can't diagnose - no tracing. But...