Re: Hacktoberfest 2019

2019-10-05 Thread Furkan KAMACI
Hi Markus, No, not have a suitable ticket for Hacktoberfest in my mind. However, we may check whether there are newbie issues or not for such purpose. Kind Regards, Furkan KAMACI On Sun, Sep 29, 2019 at 6:53 PM Markus Schuch wrote: > Hi Furkan, > > I like that idea. > Do you have suitable

Re: Technical question on repo connector dev

2019-10-05 Thread Karl Wright
Yes, that is what I suggest. Karl On Sat, Oct 5, 2019 at 8:42 AM wrote: > Hi Karl, > > Thanks for the answer. > > Is your suggestion something like : > > processDocuments(...) { > > if(documentIdentifier.isURI) { > jsonDocs = getJsonDocsFromURI(documentIdentifier) >

RE: Technical question on repo connector dev

2019-10-05 Thread julien.massiera
Hi Karl, Thanks for the answer. Is your suggestion something like : processDocuments(...) { if(documentIdentifier.isURI) { jsonDocs = getJsonDocsFromURI(documentIdentifier) jsonDocs.foreach(jsonDoc -> { String jsonDocID =