Tim Whiting

Results 203 comments of Tim Whiting

By the way, I just published gen_dartpy. I know it probably doesn't support a whole lot now, but we can slowly add to it. Happy to accept contributions if you've...

It looks like you potentially are using an incompatible version of python. It should be relatively straightforward to update.

You would need to install openpyxl on the machine where the flutter app runs, and make sure the PYTHONPATH is set correctly.

Currently with extension methods we can already cover most of this proposal, in what I think is an intuitive manner: ```dart describeColor(Description c) { switch (c) case Color(rgb: (0, 0,...

I've already used extension methods to work around many limitations in patterns such as this. I think this is definitely worth taking up the pattern grammar space, from my experience...

To invert the boolean condition it could be useful to allow a ! before the name, in addition to after the name for non-null assertions.

Should we move this to a discussion topic, or is there something actionable for Koka here? @anfelor you definitely know more about this aspect of Koka. Maybe we can make...

> The hot-reload mechanism doesn't seem to be applied to the plugin source change > > It supports custom_lint changes but changing a user-defined plugin triggers a hot restart using...

Changing the user plugin source seems to work for me. There are two exceptions though that get thrown though. One is due to the `stdin.lineMode` you changed. The other one...

Sorry, the video dropped a lot of frames it seems. You probably are right. It is a hot-restart most likely. I guess I'm not as familiar with the hot-restart machinery...