Tomasz Ducin

Results 37 comments of Tomasz Ducin

@cybertk | I'm fine to rewrite abao with ES6 or typescript. I remember asking about the very same thing before, I saw it rejected in #105, glad you changed your...

@sichvoge I remember I spoke to @galkin some time ago about that. So it makes 2 (or 3?) of us. Language preferences is a never-ending opinionated topic... but the fact...

@oshalygin you don't have to use classes with TypeScript. You can write in strict functional manner, it's up to you. The same as with ES6+. | there is very little...

This sounds like a plan. That'd be great if we can agree with going functional TS. We'd just define interfaces for return types in small .d.ts files. I got some...

Having the same issue. Having gone through this thread, the easiest solution is to update the docs, stating that _it updates only if there were some changes to props/state_. If...

I've removed the final script tag (onload stuff) and the result is still the same (check my link). I don't know what to do. Maybe this has something to do...

I've tried setTimeout already. Doesn't work as well :( I do not know about any built-in onload blogger event, unfortunately. I'm trying to analyse it in google chrome dev tools......

Dear Everybody, shouldn't this one be closed by now? We've got injectors hierarchy in the devtools **shipped** already ... along with the providers: sounds like it fulfills the "_visualization of...

@benlesh 1. how about **composition**? ```ts const step2$ = rx(step1$, map(n => n + n)) const step3$ = rx(step2$, filter(n => n > 0)) step3$.subscribe(console.log) ``` would the above be...

@dgp1130 thank you, will be happy to provide all of those type safety improvements! 🔥