SondreB

Results 28 comments of SondreB

Sorry for just 👍🏼 bumping this PR, but what is the holdback for getting the merge done? ESM is getting more and more popular and having to copy and run...

Check out my suggestion in #14

One possible workaround: ``` public static OnDeserialized(instance: MyObject, json: any): void { instance.created = json.created; } ``` Add the static callback method on the entity and simply copy the date...

Have attempted to build (publish) and run it on Windows Server 2012, Windows Server 2016, Windows 10, mostly with Edge Beta, all fails same way. What is the correct way...

This is same as issue #1

Works when C++ build tools is installed. So leaving the issue open until a packaged version of WebWindow is available that does not require those tools.

> > > single UTXO provided > > whats the purpose of using coinselect then? For fee calculation and output preparation for `Psbt`. Did another test with another wallet that...

I was attempting to use `blackjack` and based upon writing tests for it, is it correct that `blackjack` will only be successful if there fee available within a certain threshold...