RaXaR

Results 8 comments of RaXaR

Hi there, the water tiles look a little bright/saturated. Personally I think they need to be more balanced with the surrounding colour scheme. Also, there should be a set of...

I've been tinkering with the oasis/water idea for a bit, but it hasn't taken much shape yet since I'm under a heavy contract for the next two months and my...

I also got this error. I took the JSON string you pasted above tried it over at http://codebeautify.org/jsonviewer. I had to convert it to the below to get it to...

Hi Yeah, i tried using a folder inside the webroot but the same error appears: ``` Error while executing PhantomJS: "SyntaxError: JSON Parse error: Expected '}'" ``` To my eye...

Nope, I don't know how to get the output of console.log to PHP?

Ok I resolved the parse error on windows with: ``` // /Converter/PhantomJS.php protected function transform(Request $origin, $destination) { $request = self::fixRequestKeyNames($origin); $args = array( 'destination' => $destination, 'request' => $request,...

Note: Updated previous comment with a few fixes.

Ah yes, that worked beautifully thank you very much.