Wolf
Wolf
> @jbucaran Alternatively, you could think for a way to add "plugins" to the logger, so that those solutions can exist outside @hyperapp/logger. Similar to how we push some things...
Also `timing` and `performance` could be pushed outside the library by adding `start` and `end` properties to the `action` object to be used as desired. Come to think of it,...
> @jbucaran Timing action duration could be up to a different mixin too. True, it could. But it might also make sense to group the performance information with the rest...
Dynamic import would be magnifique and super modular, but would it result in extra setup overhead or a build step in order to use? My intention was to try and...
Tead is intended for testing purely functional code and is allergic to shared mutable state. One might argue such things are a code smell for tests since it can cause...
If you’re on board with updating the docs then so am I. Let’s keep this open for that.
> @lukejacksonn Have you considered minimal by default then adding a --verbose flag? I don't know if this minimal output is too brief to be useful as I haven't seen...
Are you running Node.js 10.x by chance? I saw a very similar error, but was able to work around it by downgrading to Node.js 8.x. Possibly related to https://github.com/nodejs/node/issues/20418.