Victor Hallberg

Results 18 issues of Victor Hallberg

*[email protected]* This error happens in our app when a component using `use-measure` is unmounted due to a resize: > **use-measure.js:46:** Warning: Can't perform a React state update on an unmounted...

# Description Follow up to https://github.com/gitkraken/vscode-gitlens/pull/2825 which adds a dedicated vscode command that prompts the user for a Git revision (selected via quickpick), and then for a file that exists...

### Which packages are impacted by your issue? @graphql-codegen/cli, @graphql-codegen/core, @graphql-codegen/gql-tag-operations-preset ### Describe the bug Likely related issues: - https://github.com/dotansimha/graphql-code-generator/issues/6749 - https://github.com/dotansimha/graphql-code-generator/issues/8841 Running `graphql-codegen` in a project containing **invalid GraphQL...

I installed this workflow a while back and thought it worked great, nice work! Unfortunately it has stopped working sometime during the past couple of months, likely after a Mac...

The output of `DEBUG=1 graphql-codegen` gets quite spammy due to [this line](https://github.com/ardatan/graphql-tools/blob/b719e4656abe39135116686e5677b54eb497717e/packages/load/src/load-typedefs/parse.ts#L109): - @graphql-codegen/[email protected] - @graphql-tools/[email protected] ``` ... (node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-file.tsx' already exists for console.time() (node:81186) Warning:...

I'd love to replace the bloated `mixpanel-browser` package with this one. Unfortunately my team currently depend on the following APIs for our app: - [`mixpanel.people.set_once()`](https://github.com/mixpanel/mixpanel-js/blob/656b170293b4cdec1ef5773e9c70847fbbdbb16e/src/mixpanel-people.js#L87) - [`mixpanel.time_event()`](https://github.com/mixpanel/mixpanel-js/blob/656b170293b4cdec1ef5773e9c70847fbbdbb16e/src/mixpanel-core.js#L1020) - [`mixpanel.has_opted_in_tracking()`](https://github.com/mixpanel/mixpanel-js/blob/656b170293b4cdec1ef5773e9c70847fbbdbb16e/src/mixpanel-core.js#L1719) -...

enhancement
help wanted

This greatly increases execution times for non-trivial webpack.config.js files. It would be great if the config would only be required and instantiated once, using memoization if necessary. https://github.com/dependents/node-filing-cabinet/blob/754d3889e8ba53283a126eb69f08c71b760c8c2b/index.js#L302-L352

enhancement
help wanted

We've gotten a significant number of automated error reports from the HJ script loaded through `https://static.hotjar.com/c/hotjar-${hotjarId}.js?sv=${window._hjSettings.hjsv}`: (screenshot from Sentry) This appears to be caused by the SDK attempting to access...