Andy Wermke
Andy Wermke
Hey @linonetwo! Sorry for the late reply. Can you please list all the types that you would need to have exposed? Makes it much easier to discuss (if at all...
Interesting feature. Thanks for sharing, @haggholm! It's a pretty advanced feature that would now increase the already complex pool implementation quite a bit. May I suggest a slightly different implementation...
Hey @haggholm! Any chance of an overhaul of the PR in the near future? Otherwise I will close it for now.
Hey @andrec93p. Sorry, but I have been sick all week. Interesting point, now that I think about it a bit more. Technically, you can do everything perfectly fine as things...
Hey @xencodes. Looks to me as if you wanted to do this in the worker ```ts expose(function doStuff() { return new Observable(observer => observable.subscribe(observer)); }); ``` but instead wrote this:...
Hey @Nerdinacan. Oh wow, that’s a lot to process 😉 I am not sure I completely got your issue yet or the workaround, but I can give you a quick...
PS: Thanks for the warm words. Nice to see that the lib is used for an important thing like Covid research by multiple different people now ❤️
> However, not being able to update an existing worker observable with a new emission eliminates a lot of valuable use cases for using observables in the first place This...
Thanks for the sample code. I have to say, I am having a really hard time wrapping my head around this code, though. Take [`client.js`](https://github.com/Nerdinacan/threads-observable-adapter/blob/master/src/processing/client.js), for instance: The code is...
Hey @Nerdinacan, any follow-ups?