Pavel

Results 5 issues of Pavel

Hello! : ) I'm not sure that this is correct behavior 1) initializing mixpanel with `persistence: 'localStorage'` ``` mixpanel.init(token, { persistence: 'localStorage', persistence_name: 'mixpanel', }) ``` 2) Trying to track...

**Describe the bug** Type Options "node_modules/@statoscope/webpack-plugin/dist/index.d.ts" ``` export type Options = { name?: string; saveReportTo?: string; saveTo?: string; saveStatsTo?: string; normalizeStats?: boolean; saveOnlyStats: boolean; disableReportCompression?: boolean; additionalStats: string[]; statsOptions?: Record;...

bug
need investigate

### Describe the bug The useMutationState hook doesn’t propagate generic type parameters (TData, TError, TVariables, TContext) into the select callback. As a result, when filtering by a specific mutationKey, TypeScript...

types

### Which project does this relate to? Router ### Describe the bug In a project using file‑based routing, I set errorComponent: false on routes to disable local error pages and...

Hi! I want to be able to use the vscode-ansi extension as the default editor for .ansi files. Could you please add it?