Results 75 comments of Boris Kaul

Yes, it is the same error. I am not sure why this is happening, cannot reproduce this error on Linux/Dart 1.8.5/code_transformers 0.2.4/analyzer 0.22.4. Maybe I am missing something, or doing...

[Tradeoffs in server side and client side rendering](https://medium.com/@cramforce/tradeoffs-in-server-side-and-client-side-rendering-14dad8d4ff8b) I really don't want to create layers of leaky abstractions just to support content publishing websites that actually doesn't have complicated user...

> Which API are you referring to, uix? any API that doesn't hide `dart:html` with some really bad abstraction. When configured imports will be implemented in Dart, I'll add support...

There is no point to abstracting environment from the developer, it is quite important to understand that server-side rendered html output should not always be equal to progressive enhanced html...

I'll look into generated js code, I think that `dart2js` should generate simple method invocation, same as with any other method.

Yes, I wanted to find an easy way to add support for changing element properties, right now it works only with attributes.

Sorry for the delayed response, github for some reason didn't showed unread notifications for this repo. If someone wants to properly maintain this repo and pub package, I can transfer...

@aaronlademann-wf this one is published at the [diff_match_patch](https://pub.dartlang.org/packages/diff_match_patch) pub package. @clairesarsam-wf sure. I'll transfer ownership over this repo and pub package, just need a github account to transfer this repo...

@jheyne I've stopped using Dart, so it is better if someone who is actively working with Dart will take ownership over this repo/pub package. If you want to maintain it,...

> 1. Can I have two parts of the app update at once? Say the typical "changing the text in an input changes the text somewhere else". If you are...