Cameron Dutro

Results 55 comments of Cameron Dutro

Hey @shannonio, I think that error is popping up because you're using Rails 5, which active_nutrition doesn't currently support. I did some work last night to modernize it a bit....

Looking pretty good, @paddyinpdx, just a few fairly minor comments. How are you enjoying Rails?

Hey @paddyinpdx, any progress on this?

@pointlessone ok, it does appear that `maxPoints` should be a uint16, here are the [docs](https://docs.microsoft.com/en-us/typography/opentype/spec/maxp). I changed it to a uint32 (i.e. pack/unpack with `N`) because that's what the `parse`...

@mojavelinux the original changes were part of the OTF work I did, but were really only to be "more correct" rather than solve any particular issue. As it turns out,...

@mojavelinux I tested the reverted code when I was working on the Ghostscript issue and everything seemed to work.

@pointlessone I wouldn't look at it as admitting defeat, since the current maxp code is wrong anyway.

If you're building a .jar file instead of a .war, there's no way to set the Ruby version except via the `java -Djruby.compat.version=RUBY1_8` workaround. You can't set `config.webxml.jruby.compat.version` because `config.webxml`...

Thanks @jkutner! Also many thanks for warbler, it has been an indispensable tool to us :)

@Gauravshah it's out of my hands since I don't have merge permissions. @jkutner any idea when this can be merged?