Maximilian Bethke

Results 16 comments of Maximilian Bethke

I see the settings (along with the fee calculator) seem to intentionally be hidden in the navbar ... why is that? ``` [...] Settings Fees ```

Developed my own solution in [a fork](https://github.com/maxbethke/coinbin) and created a pull request #223 Im not sure how things will work in terms of consent now, as there are now cookies...

1. Haven't thought about that. What is the advantage of localStorage, apart from being easier to use? 2. Woops, those should not be there anymore... I intented to use ESNext...

Did a bit of research on localStorage and came to the conclusion that in this case, it is the better way to do it. Thanks for pointing that out to...

Do you still need help with this Issue, or we're you able to solve it?

Looking at the error message it appears to me that you have used either blockchair or blockcypher. Most exchanges have problems with zero-fee transactions. Have you tried to push that...

The RBF 'flag' has to be set on the original transaction, telling the mempool that it is replaceable. coinbin sets that RBF flag by default. Did you change that? If...

> Your Log output: > _fints.segments.message.HNSHK4( # Signaturkopf, version 4 header = fints.formals.SegmentHeader('HNSHK', 2, 4), # Segmentkopf security_profile = fints.formals.SecurityProfile( # Sicherheitsprofil security_method = fints.formals.SecurityMethod.PIN, # Sicherheitsverfahren security_method_version = 1,...

I am looking for this cask too. Right now its not supported (Which is more of a feature-request than an error) Here are the [docs on how to contribute casks](https://docs.brew.sh/Adding-Software-to-Homebrew),...

You can use the `months` prop to provide translations for the months. See [the Props section of the readme](https://github.com/stephy/CalendarPicker#calendarpicker-props) If you use moment.js with a locale set, you can use...