Tim Whiting

Results 186 comments of Tim Whiting

@theHamsta I think it would be best to maintain the highlights file along with the grammar. So please feel free to submit pull requests here to add missing highlighting files,...

With an automated script we could probably append / replace any nvim specific directives? @UserNobody14 can you add @akinsho as a collaborator for help working with the highlights?

I think a lot of the queries are shared. I don't see a lot of nvim specific queries in the highlights.scm currently, I could be wrong, since I haven't touched...

I've been able to reproduce this issue on web / desktop. (I've been working on an app, and ran into this issue earlier). The issue is that the suggestionsBox only...

A future.delayed was my initial approach as well to validate the issue. It definitely needs to be fixed in the library as well. I just pushed an update to my...

@pattobrien I'm currently working on the linter plugin. There is a PR on this repo with the current state of things. Happy to have some help, as long as it...

@pattobrien We now have the linter branch merged, I'm continuing to work on lints on this branch https://github.com/rrousselGit/riverpod/pull/1584. Do you want to work on the refactorings? TBH, most of these...

@rrousselGit I'd like to do this before you release the 1.0.0 of riverpod_cli, but as a prereq for that we will need a migration guide on the website.

Just need a valid link to redirect people to when errors occur with the tool and they have to do a manual migration on specific files or for unsupported migrations...

You should only be using `context.read` in callbacks in the widget tree. Elsewhere in the widget tree you should always `watch` providers.