Connor Sinnott
Connor Sinnott
**Please explain the feature or improvement you would like:** The "[Async](https://caolan.github.io/async/v3/)" library includes a utility call "reflect" which essentially wraps a callback with a try-catch. The resulting callback is then...
**Please explain the feature or improvement you would like:** I would love to see the addition of `mapValues` to the collection. This method would asynchronously transform the values of an...
Given a generic T, I'm trying to type the result of a function as the schema which can create T. This breaks however if the schema has a preprocessed field....
Hello! I'm curious about the backstory behind why Result.all takes the pattern of ```typescript export function all( ...results: T ): Result { ``` rather than ```typescript export function all( results:...
Howdy! I understand that the branding system doesn't really exist at runtime, but there could be value in adding wrappers which enable the JSON ser/de to retain the brands. Something...
Hello! I was wondering if there was any opposition for updating the `SqsProcess` decorator to take a factory function in addition to a string. This would be useful for situations...
Installing this plugin in my repo immediately caused npm issues. I believe its because the shrinkwrap is forcing the installation of `[email protected]` while the package.json asks for `json-diff@^0.7.3`.