remolueoend
remolueoend
Hey @mheap, sorry for not pushing anything the last few month, got stuck with a few other things. I already did a cleanup, but there's still some work left regarding...
Hey there, I am also very interested in this PR. This would allow us to e.g. restore the last trashed path using a command such as `trash-restore $(trash-list | sort...
hey @xiaozhiwen1998, what exactly is your issue?
Hey Michael, nice that the feature finally landed :)
I just realized that `defaultOptions` can be overwritten by `FlatpickrFn.defaultConfig`. I therefore mark `ParsedOptions.now` as optional and do not initialize it statically. This still allows setting `now` explicitly via `FlatpickrFn.defaultConfig`.
Thanks a lot @spolel for looking into this! Unfortunately, something with the error handling seems to be still off: while the returned promise gets rejected now as expected when closing...
I don't fully grasp what you mean by the internal working of the exposed promises: are these custom implementations of the promise interface? Overall, while it is technically possible to...
In the meantime, I have found this page: https://docs.walletbeacon.io/guides/migration-guide/ . While we only access the active account whenever we need it (which is quite rare), we can of course migrate...
A bit more feedback on the suggested approach and your [migration doc](https://docs.walletbeacon.io/guides/migration-guide/): The event driven/reactive approach using `subscribeToEvent` sure has its place, but it is not a proper solution for...
Based on my rational above, I wrote a promise-based API wrapper around Beacon's event system. While it works most of the time (1), the mixture of event-driven and promise-based patterns...