Viacheslav Nikolaienko
Viacheslav Nikolaienko
Example map: thingsResource.map('get', '/:min/:max', thingsRouts.getMinMax) Min and max is float. I'm making 'get' request to url: things/12.22/12.45 or things/12.22/12.45/ I expected: req.params.min = 12.22 and req.params.max = 12.45, but i...
Sometimes I have a lot of Invalid JSON Error. This pull request add additional mechanism for JSON Parsing via vm. But vm is come to nodejs in version 0.8.x. If...
Hi, Sometimes I have the following error: [Error: HTTP Error 401: Unauthorized, API message: {"errors":[{"message":"Could not authenticate you","code":32}]}] data: '{"errors":[{"message":"Could not authenticate you","code":32}]}', statusCode: 401 } from time to time...
Part of: #41279 Deprecate components and componentsProps props When I added deprecated for InputBase and after running process commands from [there](https://github.com/mui/material-ui/blob/next/CONTRIBUTING.md#how-to-increase-the-chances-of-being-accepted) I found out that components for Input, FilledInput and...
Feature for: #3960
Part of #41279 Deprecate components and componentsProps props for Tooltip component
Part of #41279 Deprecate components and componentsProps props for Popper component.