Tim Whiting

Results 186 comments of Tim Whiting

That would be most consistent with function body / function expression bodies, which is actually probably more consistent for the feature than using switch statement body syntax. I don't know...

Yes, I do think that this featured could be more general as in your linked issue. However, since that feature will not be available for awhile most likely, I think...

If you look at the changes recently, they are heavily expression oriented: Collection elements Records Patterns The first two work in a statement oriented language, because collection elements are only...

Haha, someone beat me to it. I have been mulling over creating this issue and whether or not it would even be a good fit for the dart language. A...

@gisborne Arguing that a language is similar is probably not the right way to address @lrhn's concerns. One of the issues is that to address some of @lrhn's concerns and...

I'm not an admin here, but the changes look mostly mechanical and look good to me. Getting all the plugins fully up to latest dependencies would make a PR hard...

I like your suggestions. I'm fine with how it is right now as well, I end up copying it as part of the catkin build. I think a more configurable...

You would have to set `pyLibLocation` to the location where you put python's dynamic library. There are likely other environment variables / python setup you would have to do.

Just what the error says: that path does not exist on whatever device you are running the app on. (If you are running on iOS then you would need to...