Jon Surrell

Results 66 comments of Jon Surrell

This looks really interesting, I've found it really frustrating to effectively be limited to 1 terminal by the behavior of the tmux plugin. One thing I didn't see in your...

You bet! Thanks for your work on the codemods 😀

I just ran into some issues with CKEditor, and I have to agree that it would be very nice to have an unminified version to work with. As it stands...

I'd leave a strong vote _for_ using a library and _against_ implementing something when an OSS library (with a compatible license) already has the features we want. The `react` /...

I've modified this issue to be a to do list for tracking a variety of flows to add.

💥 Check out https://github.com/oskosk/jurassic.ninja/pull/49 @oskosk I poked around a bit but didn't see how this works. Can we pass a param to create a site with WooCommerce?

> I poked around a bit but didn't see how this works. Can we pass a param to create a site with WooCommerce? Off GH conversation was that it's in...

Corepack is bundled with recent node versions. The [documentation](https://nodejs.org/api/corepack.html) suggests it's available as an executable just like `node`: > … run `corepack enable` > … run `corepack prepare` It's experimental...

One motivator to switch to dprint for a project I work on was the sorting of imports. Previously, we were enforcing import order via eslint, which was a poor experience....

I also came across this problem. It makes the subscribe feature unusable in some circumstances.