Alexander
Alexander
WABT accepting this malformed binary means that the `extract-parts.sh` script shipped with the spec testsuite is incorrectly adding the module to the `valid/` subdirectory.
The javascript should be loaded. :) That's all it should take.
Check out the `async.twig.js` file. You should load the javascript yourself like it does there, but without the thread id stuff.
And if you remove this snippet it works fine? The error you're encountering doesn't look like it's related to the JS snippet.
Can you gist your complete `index.html.twig` template?
Ah, that's not in a block. In twig you cannot extend another template and put code at random places. It has to be in blocks defined by the template you're...
cc @lukeis @DominikDary
We're reconsidering this approach. In our case the remote host doesn't run the selendroid standalone, but we hook up already running emulators to selendroid standalone.
@andreiashu I know my repository is called `stack-cors` but it's actually a library working with sf2 Request/Response and a small stackphp integration. The CORS part is already well tested, I'd...