Christian Westgaard
Christian Westgaard
Does karma-cucumberjs not support synchronous step definitions like cucumber-js does? https://github.com/cucumber/cucumber-js#synchronous-step-definitions I never get to when in the below example: ``` bash PhantomJS 1.9.8 (Mac OS X 0.0.0) LOG: 'Given'...
The result is multiple words get bunched to getter into long "invalid" words. This becomes a problem when you index the scraped text and want to use ngram search on...
This might be a really stupid question, but how to I access the driver/webdriver to make screenshot like suggested here: https://www.browserstack.com/automate/node#enhancements-screenshots ``` var fs = require('fs'); webdriver.WebDriver.prototype.saveScreenshot = function(filename) {...
You will get compile time errors like this: Module not found: Error: Can't resolve '...' in '...'
Would make debugging of issues in prod a lot easier...
This would be really useful. I know there are web api's to do this.
Everytime metadata is changed on the FotoWare side, they change the image binary by writing the metadata into it. There I need to update the binary on the Enonic side...
Hightlight will lowercase any input params, when returning result. For instance _allText becomes _alltext. Which sorta breaks GraphQL... How to fix it, without breaking other things, could be interesting... All...
In the FotoWare integration, when I receive a assetModified webhook, in which the asset has been renamed, I have to rename the attachment in Enonic. The only way I've been...
It should be enough to modify content and change data.media.attachment and attachments[filename]. But xp content studio, data toolbox etc uses the binaryReference string rather than the blobKey when downloading the...