Garrett R. Morris

Results 30 comments of Garrett R. Morris

@Stanko yes, i'll get to that at some point. as of now, i have 3 different demos: - angular directive - jquery plugin - plain js version I'd like to...

> Yep, agree. Maybe better to use start function for this purpose? In this scenario, would `persistentCtx` be mutable (from within a `job` for example)? I have a bit of...

> If it was costly to use then how does searchvoat.co afford to stay running? I'm guessing the original author of VOAT used ElasticSearch, which requires a ton of different...

@jnicol its a known limitation of jQuery. why they haven't fixed it yet is probably to avoid bc breaks for applications that may already work around this problem. i use...

@amrbashir i added repro steps, but i didn't include a sample app project to run. are you wanting me to prepare a minimalist example to repro?

@amrbashir ok, i suppose i can try and debug it, i just don't really know where to start so was hoping you might be able to provide me some suggestions....

this was caused by the text field being null in the api response. not really the responsibility of this library to guard against null i guess.

have you tried passing document the worker?

have you tried passing in document with postMessage()