Toby Lin

Results 14 comments of Toby Lin

and/or error codes may be good as well

@markstos they'd go into the `code` property. See https://nodejs.org/dist/latest-v10.x/docs/api/errors.html#errors_node_js_error_codes for how node core does it. @mscdex may I suggest the prefix `ERR_BUSBOY` for all busboy errors? So we could have:...

This is because your bucket doesn't exist. You have to upload at least one file or call `createBucket()` before you can run `listObjects()`

This might be some issue with the install process, I'm not sure where the issue is introduced. But on a Raspbian 11 (Debian Bullseye) OS, installing powerline results in the...

@apocas would it be wise for us to consider exposing this as a utility function for users of the lib to call so that they may explicitly pass this into...

I don't necessarily disagree, as mentioned, this may be out of scope for this lib, this may be a code fix or simple documentation describing how the new line character...

Thanks, that's exactly what I used to pre-process the file actually.

Can confirm this exact behavior as well - happening from both AWS and residential IP addresses. (Thought it might've been blocking AWS IP, tried residential). This was not happening earlier...

> I had the same issue where it just showed about 20 'errors' in a row. I manually checked in and noticed a Covid 19 health acknowledgement screen you need...

This also might be useful reference: https://github.com/Fffrank/southwest-alerts, they're just capturing the headers and using it again. It might be a valid strategy here too.