Bart de Boer

Results 5 issues of Bart de Boer

Apparently I've set up scrolling speed differently on my system. Websites using smoothscroll seem to cause scrolling to go too fast. Or at least not the same speed as I've...

enhancement
question

Propose to introduce occasional prune/UTXO blocks into the blockchain. These would be large blocks that consolidate transaction history for certain sets of addresses. Such blocks could occur daily, weekly or...

external

We have recently upgraded our application from cds 3 to cds 4.2.7. When running `cds run` in the project root folder everything runs perfectly. However when running `cds run` within...

A small update to allow for `exec.Command(name string, arg ...string)` style arguments. ```go script.Exec("go", "help") ```

The Prompt function from PR #199 could be a bit expanded to support message formatting and default values: ```go // Prompt creates a pipe that reads user input from stdin...