David Hirtle

Results 22 comments of David Hirtle

This is still an issue. `npm info react-chaos`: ![image](https://user-images.githubusercontent.com/438545/69892959-0bd8cd80-12c0-11ea-9d16-6b649da09711.png)

[Zenefits](https://www.zenefits.com)

Thanks for the report. Just merged a PR to upgrade to express 4, which should clean up the warnings (2). As for (1), I'm not familiar with smartos zone but...

I would like to add the ability to comment on issues as a core feature. Most likely this would take the form of issue mentions, so any chat message that...

The next major release will have better support for plugins like this. We're planning to rewrite a lot of the internals. Unfortunately, no eta.

Here's a sample .d.ts file that is generated for me by rollup-plugin-dts, with the comment in an unpredictable location: ```ts /// import { ComponentType } from 'react'; declare const FOO...

+1. I've created a minimal writable stream that prints out the level/message and am using that for the time being. (Maybe there is a better workaround?)