Andrew Brindamour
Andrew Brindamour
See discussion in #473. The downside of this PR is that it will break anyone who was previously using `WinstonLogger.error(message, trace)` because it will now be interpreted as `WinstonLogger.error(message, stack)`....
Hi There! We use this library heavily and love it. Looks like it's been 3 years since there's been an official "release" or even a new tag. Pointing to "master"...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using this library in conjunction with Truffle's `HDWalletProvider`, when requesting...
This is really basic, but it actually tripped me up for a bit. TypeScript allows you to declare the structure of an object type without declaring an interface, as in...
To reproduce, setup your config file colors so that messages should not be printed as bold, for example: ``` colors: timestamp: fg: cyan message: fg: white bold: false attributekey: faint:...
Previous changes were made with the intention of changing the basic belt speed from 5.7 to 6.66. 6.66 is the correct value for recent versions of Factorio. Unfortunately, this change...
Since these two decorators exist to conditionally ignore other validation decorators, it is probably a mistake if no other validation decorators are present. The following is probably a mistake, `otherProperty`...