Igor Yoshevski

Results 3 issues of Igor Yoshevski

Hi I'm interested how I can re-load the model.nlp file on the fly - without need to restart the node process? More input: What I'm doing is, when there is...

enhancement

` { onDone() }} showNextButton={true} showPrevButton={true} showDoneButton={true} dotClickEnabled={false} dotStyle={{display:'none'}} activeDotStyle={{display: 'none'}} bottomButton={true} onSlideChange={slideChange} renderNextButton={renderNextButton} renderDoneButton={renderDoneButton} renderPrevButton={renderPrevButton} scrollEnabled={false} /> ` Using this code, each button is displayed in new line, instead...

When I try to do ImapLogin the application crashes. First in the example of imapLogin is missing the authType as parameter (which is Int as I can see) for which...