Maxim Mazurok

Results 88 issues of Maxim Mazurok

## Bug Description I am visualizing balances on my accounts, and some of them are negative. When I use `stack: "normalize"` - it makes negative values appear on the chart...

Bug :bug:

### Describe the bug Hello! Today I was debugging a very interesting issue that my colleague @hollycraig was getting when using `useSortable()` hook. Our use-case is that we have a...

**Describe the bug** Started getting `Property 'use' does not exist on type ...` for `puppeteer.use()` after migrating to ESM. **Code Snippet** ```javascript import puppeteer from "puppeteer-extra"; import StealthPlugin from "puppeteer-extra-plugin-stealth";...

issue: bug report
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Priority 1

As mentioned in https://github.com/anymaniax/orval/pull/895#discussion_r1411445906, we need to use `/\${(.+?)}/g` instead of `/\${(\w+)}/g` in `TEMPLATE_TAG_REGEX`. Also, export it and reuse in `wrapRouteParameters` to avoid code duplication.

enhancement
help wanted
good first issue

## What are the steps to reproduce this issue? Have this in swagger schema: ```json { "/api/v1/user/{urlType}-url": { "get": { "tags": ["V1User"], "parameters": [ { "name": "urlType", "in": "path", "required":...

bug

This is related to #465 However even when using `headers: true` orval doesn't pick up this part of the swagger.json: ``` ... "securitySchemes": { "Bearer": { "type": "apiKey", "description": "JWT...

enhancement

I have this: ```ts export const monitoringRequestsGETMonitoringRequests = ( collectionPK: MaybeRef, options?: AxiosRequestConfig ): Promise => { return axios.default.get(`/api/v1/monitoring-requests/${encodeURIComponent(String(unref(collectionPK)))}`, options); }; ``` What I need is to have that URL...

enhancement

### Describe the bug Getting `Error: [birpc] timeout on calling "fetch"` repeatedly after upgrading ### Reproduction https://github.com/Maxim-Mazurok/vite-repro ### System Info ```shell System: OS: Windows 11 10.0.22621 CPU: (20) x64 12th...

upstream
p2-edge-case

I have the following template: ```html (function (h, o, t, j, a, r) { h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments); }; h._hjSettings = {...