Michał J. Gajda
Michał J. Gajda
Hi, I updated the module to Elm-0.19. Can you accept this PR, and publish it to package database? Or should I ask you for a way to take over the...
I did not find a way to make a conjunction of multiple conditions in CSV import documentation nor examples. Small example: 1. Director's fees are classified separately from wages, but...
**Explain the problem.** If using `pandoc` within a build pipeline, one may mistakenly give two `--csl` arguments: ``` pandoc -s input.md --csl style1.csl --csl style2.csl -o output.pdf ``` This will...
I've just tried to abstract my VGA controller over different possible modeline parameters, and got a rather obscure error message: ``` [1 of 2] Compiling Modeline ( Modeline.hs, Modeline.o )...
## Describe the feature you'd like `PlutusTx.Ord` does not have automatic derivation mechanism which means a lot of error-prone work for large algebraic datatypes. It would be nice to have...
### Describe the feature you'd like Currently Plutus plugin reports only a single missing unfolding. Big contract will have multiple, so it would be nice to report them as a...
## Describe the feature you'd like Most of the functions used in Plutus program need to be market as `INLINABLE` to be used outside the module. This is inconvenient. Moreover...
## Describe the feature you'd like Haskell has long enjoyed convenient fixed point arithmetic with `Data.Fixed`. However, we cannot use `Data.Fixed` cannot use parametric precision at the moment, since the...
## Describe the feature you'd like `TxInfo` represents planned transaction, when `Tx` represents a completed, signed transaction. They have very similar data, but many access functions with different interface. For...