gi / tilt-handlebars

A Tilt interface to the official JavaScript version of Handlebars.
MIT License
17 stars 5 forks source link

Deprecating therubyracer for mini_racer #7

Closed rosatolen closed 2 years ago

rosatolen commented 2 years ago

therubyracer is no longer actively maintained. The old maintainer has recommended using mini_racer instead.

Unfortunately, therubyracer is not compatible with new Apple M1 architecture, whereas mini_racer is.

gi commented 2 years ago

This is going to be addressed shortly.

My company uses this gem as well and has the same issue with the new computers. Hang tight.

nonnenmacher commented 2 years ago

see your https://github.com/gi/handlebars-ruby, I suppose this will be solution this tilt adapter ??

Do you need hand/help test for this ?

We are using it, so we could give some time if need some

nonnenmacher commented 2 years ago

sound promising looking at your progress on handlebars engine ;-)

only 4 tests won't paste, but I guess this are issues around

https://github.com/rubyjs/mini_racer/issues/225 and https://github.com/rubyjs/mini_racer/issues/228

gi commented 2 years ago

Thanks. I'll have something posted shortly.