Blaz Jurisic

Results 11 comments of Blaz Jurisic

@ajing open the console inside browser and paste var jq = document.createElement('script'); jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; document.getElementsByTagName('head')[0].appendChild(jq); // ... give time for script to load, then type (or see below for...

@cphyc, I haven't had success in presenting notification with the code above

Yes, still not getting notifications

any new progress or thoughts on this topic?

we accidentally lowered the batch size and got x10 improvement on batch_search endpoint therefore not needing gpu support anymore for our usecase

any news on this?