Valery Bugakov

Results 44 comments of Valery Bugakov

@tolstenko @douglance did you resolve this question? [2]

adding `@Exclude()` to `dtoClass` helped me to resolve the issue: ```ts // src/common/abstract.entity.ts @Exclude() abstract dtoClass: new (entity: AbstractEntity, options?: any) => T ```

How do you import environment variables in your apps? I had the same issue and resolved it by adding `react-native-dotenv` plugin to `.babelrc` and importing vars via: ```js import {...

Linking another fixed issue here for visibility https://github.com/sourcegraph/sourcegraph/issues/37548

@quinnhare, I removed your team label because it breaks the tracking issue links to sub-tasks

## The current state For future reference based on [the Slack discussion](https://sourcegraph.slack.com/archives/C07KZF47K/p1625522218184200). ### Did we try/consider esbuild? Yes, @sourcegraph/frontend-platform considered Esbuild and tried using esbuild-loader in our Webpack config. ###...

@sqs, definitely, we see the issue with recompilation. Webpack 5 [upgrade](https://github.com/sourcegraph/sourcegraph/pull/22580) improves JS recompilation and [multiple other things](https://sourcegraph.slack.com/archives/C89KCDK5J/p1626765923282000). It's in the `main` branch now. Check it out! Recompilation time will...

Hey @zachgibson, it happens because click event is handled the same way as item selection via the select lasso. We collect the coordinates of the click event, then select all...

@vovakulikov, I closed related issues, so we have one source of truth for `reactstrap` removal 👍