Vladimir Grenaderov

Results 7 issues of Vladimir Grenaderov

App doesn't react to shortcuts, and shows error after "upload from clipboard" click: ![image](https://user-images.githubusercontent.com/20106607/28502049-a061e3b0-6ff2-11e7-908f-5241861a7144.png) In logs, I saw only single error per attempt: ![image](https://user-images.githubusercontent.com/20106607/28502074-349b9da0-6ff3-11e7-8cf7-16857e716ac5.png) I'm using latest dropbox (31.3.23) &...

Any loader used in PnP mode can't resolve/load any packages except Node builtins. Yep, we have discussion in Node community how to improve loaders, how to redesign API, etc. But...

https://github.com/iambumblehead/esmock/blob/5dfe486f8837c25d9651a0f269abfa454c3e342e/src/esmockIsLoader.js#L1 What if esmock loaded indirectly, as part of other loader? `Error: process must be started with --loader=esmock` I suggest to set flag in global object inside resolve / load,...

Why is this a problem? Newest packages (like globby) shipped only in ESM format, so they can't be used in yarn.config.cjs. Initial issue from yarn repo - https://github.com/yarnpkg/berry/issues/5987 Root cause...

According to https://github.com/nodejs/release#release-schedule, we have only 2 (3, when v21 will be released) active Node versions - 18 and 20, all other versions reached their EOL and don't supported officially....

Sometimes I found issues like that during heavy parallel builds (prettier + jest + eslint + tsc + tsup): ``` build 01-Oct-2022 21:31:04 xxx:lint: build 01-Oct-2022 21:31:04 xxx:lint: Oops! Something...

Hello @philpep, currently I work on the same task - automation for a large docker repo. Your article https://philpep.org/blog/a-makefile-for-your-dockerfiles was very helpful for me, this is a really brilliant solution...