Patrycjusz Szydło

Results 6 issues of Patrycjusz Szydło

Hi, I have problem with plugin setup if i run ``` bin/plugin --install kzwang/elasticsearch-image/1.2.0 ``` or ``` bin/plugin --install kzwang/elasticsearch-image/1.3.0-SNAPSHOT ``` this will rise exception with message ``` Message: Error...

If i run command mvn clean package then it will rise error ``` [INFO] Internal error in the plugin manager executing goal 'com.carrotsearch.randomizedtesting:junit4-maven-plugin:2.0.15:junit4': Unable to load the mojo 'com.carrotsearch.randomizedtesting:junit4-maven-plugin:2.0.15:junit4' in...

Hi, First of all, thx for elasticlunr, great job! Second, I'm using elasticlunr on the backend side, from node process, my index is typical, based exactly on example from main...

Hello, I have little problem with custom translations, see my code below, custom translations doesn't seems to work ``` //first require.js module $.webshims.setOptions({ waitReady: false, loadStyles: false, extendNative: true });...

Hi, While I'm working on some custom parsing extensions, when I declare parsingExtension in my meta file ``` parsingExtensions: - '@my-org/my-config-vault' ``` I've got an error ``` Error: Cannot find...

Hi, I was wondering, is below action possible right now? What I'd like to achive is to use already defined value with some other values, i.e. concatenate with some string...