Matt Curtis

Results 29 issues of Matt Curtis

Calling this method behaves oddly in regards to arguments: 1.) When the JavaScript function is called, the `arguments` variable is only ever as populated as the predefined arguments. E.g, when...

Is this possible? We can do something like this with the current lib, but you have to save the NSData first as a file, which can be slow.

The CocoaScript preprocessor sometimes incorrectly parses brackets. For example, an error is thrown on `items[itemNames[i]]`. Probably because it becomes `items.itemsNames([i])`?

Over here: https://github.com/matt-curtis/MochaJSDelegate and here https://github.com/matt-curtis/MochaJSWebScriptingObject Give it a look and let me know what you think!

Is it possible to create and run queries without using iterate? I.e.: `[rootElement children:@"finders.found.*"]`, etc.

Hey, Nice work! It's proven to be a nice alternative to some of the other xml readers out there. I'm having an issue with RaptureXML not parsing XPath selectors correctly...

It would be a huge convenience if this class was available via Podspec :)

How can I get the raw HTML of an element, not include the tags of that element? For example, if i were getting , and body looks like this: stuff...

Love this project. I notice that in order to do what it does, it manually parses GLSL. I wonder if there's any reason not to use the [official GLSL utility...