Pavel.Samusev

Results 5 issues of Pavel.Samusev

The current behavior of `urlObject.pathname = decodeURI(urlObject.pathname); ` doesn't work as expected. Since URL automatically always encode any value that we set, according to https://developer.mozilla.org/en-US/docs/Web/API/URL `URLs are encoded according to...

## Current Behavior @nrwl/node:app with `generatePackageJson:true` and `fileReplacements` where "replace" contains dependency and "with" doesn't contain during build still includes dependency from "replace" file in result package.json ## Expected Behavior...

type: bug
scope: misc

Inside default **str_serializer** you convert encoded spaces to '+'. Did you have any big reasons to make it. For me it breaks recognition after navigation to url - I use...

I have a task to run chrome inside aws lambda. For this I need a specific binary that can't be bundled as plain JS. So I have to deploy them...

I have method that describe DELETE operation. Responses array of swagger may look like ``` responses: '200': description: Removed response with body content: application/json: schema: type: object '204': description: Removed...