Marco D'Agostini

Results 6 issues of Marco D'Agostini

`outputDirectoryRelativePathFile` changes the interpretation of `markdown-pdf.outputDirectory`, instead of the mentioned `markdown-pdf.styles`

For BIP49 wallets I also needed to specify the path in the command-line like this `--bip32-path "m/49'/0'/0'/0"` Travis checks fails getting the dependencies, nothing related to this PR Related issues...

Merged this two ifs: `if(!pOnE) outputSum-= kp * dInput;` ``` if(pOnE) output = kp * error; else output = 0; ``` into this one: ``` if(pOnE) output = kp *...

### Describe the bug ```svelte { console.log(event.currentTarget); // await new Promise((resolve)=>resolve()) console.log(event.currentTarget); // }}>Click me ``` The first `event.currentTarget` correctly references the `button`, but after awaiting the promise (or in...

documentation