Caleb Land

Results 18 comments of Caleb Land

That’s what I figured too, and I’ve done some more experiments by installing Mojave, and High Sierra and I am getting the same issue. I don’t know what changed. I’ve...

Okay, I've tracked this down to being an issue with the homebrew installation of boot. When installed manually boot works. Now to track down what changed in the homebrew formula...

For anybody who runs into this, I am using this callback and it seems to fix the problem for me: ```js Idiomorph.morph(e, this.templateContent, { callbacks: { afterNodeMorphed: (oldEl, newEl) =>...

Sure thing, let me come up with a test.

So I shouldn't have issues with postal an JDK > 8 if I add that dependency? Would a solution for postal be to include that library or to include a...

Strange! I don't use Atom anymore so I didn't notice this!

There is not s light version but a PR to add one would be awesome!

You can leave it in devel. I made another change to make StringIO work. TruffleRuby’s StringIO is a T_OBJECT instead of a T_DATA.I might try to get this working more...