bbrk24

Results 116 comments of bbrk24

> how fast does it load on real hardware that is the question? That is a good question! However a large part of the reason I'm emulating is that I...

@RSDuck I can confirm that this is no longer an issue on that branch.

Huh, I see. I understand the request but I'm not sure how best to represent this in the options object.

@plehnen My initial reaction is that it seems to be a limitation of the language. After all, it works fine if you assign it to a temporary constant: ```ts const...

Updating a minor version within the same major version is a common action for me (I like to keep up to date with my node installs), so maybe this is...

Yeah, `nvm migrate` could work. I'd also expect that to update aliases as well.

Haven't tested all of them, but I tried two or three of them and wasn't able to get any of them to work. I can try them all if you...

Yeah -- as in the linked example code, this only ever happens in my code in a block guarded by `Array.isArray(m)`, so I know it's safe in my case. And...

> Are non-null and falsey different enough to warrant different pipes? There are four distinct falsy values a `number?` may have, but only one of them is nullish. (The other...

This seems to be supported now: https://civet.dev/playground?code=J2NpdmV0IGNvZmZlZUNsYXNzZXMnCgpjbGFzcyBYCiAgeTogPT4gYg%3D%3D Or was it about using `=>` vs `bind`?