Tera

Results 50 comments of Tera

In ssh login: `cd /usr/local/src` Assuming you are using a linux dist: `wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz` `tar zxvf ioncube_loaders_lin_x86-64.tar.gz` `cd ioncube` Then make a directory to hold the ioncube extension: `mkdir /usr/local/ioncube`...

its pretty good, was testing it on some devices and it likes to use a lot of memory when rendering on a few of them. and some of the fonts...

I temporarily fixed it by doing this: ``` Object.defineProperty(Style.prototype, "fontName", { /** * The name of this style's font. * * @type {string} */ get: function () { return this._fontName.replace('@','');...

so do i just leave my change?

What about this? - http://jsfiddle.net/ag5dQ/6/ create a second rotation for it to align.

AHHHHH now I see... cant believe i missed that, I'll take a look at that and get back to you with something.

@Arnavion but for the last element you are using RotateY not Rotate like the other elements. The only way that would wro kis to make child_b2 not have any rotation...

hmm then i dont see anything i can do about that there >_> - Without rotating back to the origin the only thing i was able to do was have...

@LukeTowers was doing some testing, and it seems it mostly has to do with this section in EasySPA.php: ``` if ($pageContents) { // Render the partials to be updated $partials...