Peter Dragos

Results 7 issues of Peter Dragos

I'm using this role to spin up nextcloud on Ubuntu 20.04 LTS with the latest nextcloud (v 20.0.0), where the control node is my desktop and the managed node is...

## Is your enhancement request related to a problem? Please describe. Currently, the "make imports explicit" option produces something like ```hs import Foo ` ``` producing an import list like...

type: enhancement

Following some discussion at Zurihac, I wanted to give my take on the formatting/linting question. This change will impact practically every file in the codebase, which can be difficult for...

According to https://github.com/gothinkster/realworld/issues/1611, the public Real World API isn't maintained any more. Took me a couple of tries to figure out that the issue wasn't on my end. I think...

**Is your feature request related to a problem? Please describe.** I've been trying to get a nix flake working for Simon Marlow's book, and had a little bit of (now...

The `Spend` step has a default [pubkey witness](https://github.com/nau/scalus/blob/9248f0067c4024a94374683b2efb0643fc1a51f1/scalus-cardano-ledger/shared/src/main/scala/scalus/cardano/ledger/txbuilder/TransactionBuilder.scala#L56-L60), which makes it easy to forget to provide a real witness when spending a script utxo. Also, the error [`explain`](https://github.com/nau/scalus/blob/9248f0067c4024a94374683b2efb0643fc1a51f1/scalus-cardano-ledger/shared/src/main/scala/scalus/cardano/ledger/txbuilder/TransactionBuilder.scala#L1721C1-L1729C1) for `WrongOutputType`...

See #147 > One current issue with the way dummy signatures are handled is that it doesn't take into account the actual expectedSigners of the context. This means it might...