András Parditka

Results 17 comments of András Parditka

I think this will be easier to discuss over a [fiddle](http://jsfiddle.net/andraaspar/p376adL7/). This is as far as I got with my implementation. As you can see, it makes heavy use of...

Node: 12.14.1 crypto-hash: 1.2.2

Also, this: ```JS console.log( await new Promise((resolve, reject) => { const hash = crypto.createHash("sha1"); hash.update(buf); resolve(hash.digest("hex")); }) ); ``` Produces the correct result (like the latter two).

@isiahmeadows I meant data from an external source may have undefined properties. Not AJAX errors.

@isiahmeadows Calling lifecycle methods would be awesome! A lot better than I can do today!

I'm sorry? I'm not quite sure what you mean? I tried to make it easy to reproduce. Did it make sense? Is it in scope for this library, or is...

@theKashey: Thank you for looking into it.

@theKashey: Thanks a lot for the quick fix! It works great!

Winget please: https://learn.microsoft.com/en-us/windows/package-manager/winget/

(Not sure if this issue still exists, I'm using Wren in TIC-80 and that may be outdated. Sorry if it's old news.)