Melroy van den Berg

Results 899 comments of Melroy van den Berg

I just hope Express v5 will be released in 2024.

Can be anywhere like: https://spec.bitcoincash.org I don't know what source is the best for generate a webpage around the spec. I saw some markdown files here: https://github.com/SoftwareVerde/bitcoin-cash-specification

I got indeed: ``` error: Could not resolve Node.js builtin: "cluster". To use Node.js builtins, set target to 'node' or 'bun' const cluster = require('cluster') ``` I was very surprised...

I'm kinda surprised this command is really missing. Or do I miss something?

> +1 Any updates? I don't think it's implemented in v1.0.3 either. So no. No update. Maybe it will be part of any future roadmap?

> Uh I see, do you know of any temporary alternatives we could use until then? Ones that doesn't require a specific pm (I. E. Could be used with bun)...

I would like the code to be changed it knows I added an empty option (an option without value) and skip this option by default during search. Allowing the user...

AH see, yes maybe that is correct way of implementing.. Ideally I would like to have it automated, but OK we could also introduce an additional `additionalOptionOffset` setting.

As long as we don't cause regression on my code I'm fine with it. :P ```ts this.transaction_ledger_id_filter.valueChanges .pipe( tap(() => (this.searching = true)), takeUntil(this.onDestroy), debounceTime(100), switchMap((search) => { if (search)...

Sorry if I wasn't clear. `30x` is the status codes 301, 302, 303, etc (where the x represent a number). So a stated in your own code and documentation. But...