Igor Gassmann

Results 39 comments of Igor Gassmann

It seems to happen when importing any type of value. In my case when importing constants as the value for `MinLength()`.

@kamilmysliwiec done here https://github.com/nestjs/swagger/issues/543

This now should be resolved thanks to https://github.com/atom/node-keytar/pull/67.

Still happening with the latest version of node-keytar after building an electron x64 app.

Yes, that would be in the sense of callbacks and not React Hooks. The API I had in mind is the one currently used by Nuxt.js: - `beforeEnter(element)` - `enter(element,...

Looks like there's an issue with CircleCI pipelines.

@mshanemc @mdonnalley I've fixed merge conflicts. You're free to review now :)

@mdonnalley sounds good. Here's the new PR: https://github.com/oclif/oclif/pull/971

Setting `runOnce` to `true` solves the issue, but then not all source maps are uploaded to Sentry. BTW the [`runOnce` property](https://github.com/getsentry/sentry-webpack-plugin/blob/master/index.d.ts#L78) is not documented on the project's REAMD.md file.