Steven Barnett

Results 9 comments of Steven Barnett

@ratiw When I'm home tonight I'll try this out and see if it works.

@ratiw It took a lot of experimentation (stripping away pieces bit by bit to get a minimum test case then making several variations on that test case) but I figured...

Technically optional dependencies can be avoided in production using the `--no-optional` flag Although in [pino's own `package.json`](https://github.com/pinojs/pino/blob/master/package.json) they list `pino-pretty` as a **dev dependency**. I think this is the proper...

Some more specifics for the ideas I planned on implementing: - Types, interfaces, and classes can have the optional JSDoc-style comment tag `@validate` specifying how validation should function. It's followed...

Arguably, I haven't tested, but it may be event quicker to just use an `if/else` waterfall: ```js if (buffer[start] & 0x80) { length = 1; } else if (buffer[start] &...

@themasch Good to know. Thanks for taking the time to do some real benchmarking.

I definitely remember seeing a button about this in the settings before. Was it removed? I just burned through the settings and couldn't find it, either.

Just want to throw in a quick comment on a couple of these as a "newest user" (I just recently reached zone 174 as my highest zone ever thanks to...