Dmitry S.

Results 9 comments of Dmitry S.

@aardappel, per our conversation in the PR, please provide feedback on this fix if you're able: https://github.com/nuzayets/procrastitracker/tree/xinput-activity-detection

We're seeing this with 'Network Unavailable' even when the network is available (we observe traffic to our backend succeed, at the same time as this error). We see it across...

The fix there said it's only for iOS. We're on Android 12 & 13, no effect there (we did try 1.7.0 before I commented). I did find a workaround: if...

> > Note: s3 key is not available **yet** until actual object completely uploaded, and request finished. > > Potentially can reserve it thru a dummy file. But to be...

Can confirm this occurs with latest `pino`/`pino-http`. Using Express, passing an existent root logger (not child) to `pino-http`. The pino `child()` function only sets `stringifySym` if `redact` is set in...

Right, of course. Here: https://github.com/pinojs/pino/blob/master/lib/symbols.js `stringifySym` and `chindingsSym` as used by #288 are not created with `Symbol.for` in `pino`. So, if you are in a monorepo with the logger instantiated...

> Yes, this is on purpose. Right. We're in the `pino-http` repo here. The bug is in #288 using these symbols to reference props set in another realm, not in...

> @nuzayets I am facing the same issue. Were you able to figure out a workaround ? Pinned an older version without the broken PR.

I ended up working around it by re-enabling hoisting in our repo so the `pino` modules resolve to identical paths (w/o symlink). Previously they were identical versions but not hoisted,...