Zebulon Young

Results 22 comments of Zebulon Young

In case this proves helpful to someone in the future. I recently observed the behavior described here (cursor jumping to the beginning of the editor content) when unexpected entity data...

This is biting me too. Thanks for tracking down the cause @nicolasazrak.

@assaf Is there a reason that Replay is defaulting returned streams to `flowing` mode, when the default for Node is `paused` mode? I recognize that it would be a breaking...

P.S. I'd propose a simple Rollup.js setup to generate three distributable bundles: `umd`, `cjs`, and `es`. Would be happy to apply that here via a pull request.

@staltz UglifyJS balks at the arrow functions and spread operators (out-of-box Webpack configuration). I see that you're minifying with Google's closure-compiler, so it's clearly possible without transpiling to ES5, but......

Agree with all that (uglify-es is just a temporary distribution of the harmony branch referenced above). Not to beat a dead horse (perhaps it’s time I push all of my...

Always. I just like to try to avoid duplication and fragmentation whenever possible. https://github.com/zebulonj/callbag-basics/tree/rollup-config

This is not a `node-underscorify` issue. No options are being passed from `grunt-browserify`.

Dug deeper. This is an issue with `node-underscorify`. The options configured in the Gruntfile (above) are being passed to the transform as a second argument.

For what it's worth, I encounter this any time internal changes in `new eks.Cluster(...)` cause Pulumi to attempt to change the launch configuration.