Karol Ochman-Milarski
Karol Ochman-Milarski
There is an option in `monero-wallet-cli` turned on with ``` set store-tx-info 1 ``` The option is not mentioned in `monero-wallet-cli --help` so I only assume it can't be turned...
### description PR documents and changes constructors of some of the types mentioned in [#4476](https://github.com/input-output-hk/plutus/issues/4476). It touches: - hash types: `PubKeyHash`, `DatumHash`, `RedeemerHash`, `ScriptHash`, `ValidatorHash`, `MintingPolicyHash`, `StakeValidatorHash`. - `TokenName`, `CurrencySymbol`...
My zsh autocompletion for `cs` wasn't working and I fixed it by renaming the autocompletion file `~/.zsh/completion/cs` to `~/.zsh/completion/_cs` - contrary to what is described in [cli installation guide](https://github.com/coursier/coursier/blob/b5d5429a909426f4465a9599d25c678189a54549/doc/docs/cli-installation.md?plain=1#L137). I...
Before the haskell interpreter was run with a concatenation of user provided function string and stdin string and the result should be the function applied on the input. Standard input...
### Environment - OS and version: nixos 23.02 - VS Code: 1.78.2 - C/C++ extension: 1.17.5 - OS and version of remote machine (if applicable): - - GDB / LLDB...
#### EDIT: may have debugged this, see below Hey! I've hit simmingly simmilar error to #419 and #503, but these issue titles kinda exclude this instance. Also I wanted more...
Hey, I have problem understanding your example. My problem is that - while the attributes passed to `makeFlakeOutputs` define packages uniformly for every `system`, the `packageOverrides` seem to be specific...
Hey, I exclude a generated `.nix` file from the pre-commit checks, but nevertheless `statix` fails on that file. That's my simplified flakeParts module: ``` { inputs, ... }: { imports...
Hey, I wanted to provide your tool in the devshell for one project, therefore I packaged this application in a nix flake. So this is how it looks like: [link](https://github.com/zmrocze/purescript-tsd-gen)....
This template is a guide only, feel free add or omit sections as appropriate. **Describe the bug** Using: Haskell source code version locked at: 1. https://github.com/zmrocze/agda-language-server/tree/c2ae939fcc041bcb1e4a5f1f8bacc88434f49d16 Haskell.nix, system, ghc versions...