Eugene Ghanizadeh
Eugene Ghanizadeh
makes sense. a default logging mechanism would be pretty convenient, at least for internal server errors. I assume the standard behavior for these errors should actually change to "don't show...
On the global tracking function, I suspect it can work IF tracking is conducted before async operations. ```js computed(async () => { const val = $(a) await asyncOp(val) // ......
I had a quick look (I was on the train so couldn't do more atm). From a first glance on an actual project bundled with webpack (default config, no particular...
Ok so I created [this test case](https://stackblitz.com/edit/rxjs-expr?file=expr.ts) for exploring some of the issues mentioned here. It is a re-implementation of this package but: - `$`, `_` are passed as arguments...
thanks! and on subscription strength: I didn't mean that it should be removed or anything, I meant I didn't include it since I didn't find it relevant to _this_ issue...
@kosich that looks pretty neat!
Follow up to [this](https://www.reddit.com/r/javascript/comments/jbod6u/rxjs_autorun_intro/g902df6/?context=3) discussion, I would also like to argue in favor of `$` and `_` being passed as arguments: - In case of [provided example](https://github.com/kosich/rxjs-autorun/issues/1#issuecomment-699608427) I am a...
How about providing the`$` and `_` as arguments to `computed()` alongside making them available globally? This way we would have _some_ of the good parts of both worlds: - Easy...
Yes. I suspect we should switch to another solution. I would recommend deploying blogs on GH-pages for now, and I will figure out how to redirect domains manually to blogs...
But the build / hosting infra I think is getting deprecated and it is too costly to maintain it due to low traction.