ryanhaugh

Results 4 issues of ryanhaugh

While testing my web services I am clicking 'GET' very often. When the response exceeds a certain height, the 'Send, Get, Post, etc' bar goes off the page, meaning I...

https://github.com/nrwl/nx/pull/20988 introduced a regression that caused parentheses in url not to be handled correctly. The referenced PR copies the fix done in https://github.com/angular/angular-cli/pull/23691, but that fix introduced a regression that...

It would be awesome if a typescript definition file was included for us typescript enthusiasts.

There is an issue with the `ObjectToCamel`, `ObjectToPascal`, `ObjectToSnake` where they don't handle an array of string number unions correctly. For example, the following: ```ts ObjectToCamel ``` incorrectly returns: ```ts...