Josiah Saunders

Results 12 comments of Josiah Saunders

Sounds useful. This sounds like it should be a feature of the PressableDough widget, instead of its own widget. Do you agree?

An alternative to this would be to have two packages 1. Platform independent library, `Dough`, which has all widgets and has not platform dependencies 2. Platform dependent library, `Mobile Dough`,...

Hey everyone! I have a team working on creating an LSP implementation for Bazel. Our project is a fork of this repo, we are working off of the `develop` branch,...

Hi @cpsauer 👋 We took the bazel language server as far as we had band-width for. Ultimately, we had to drop it due to 1) our capstone course ending (which...

I uploaded a VSIX compression of the LS [here](https://drive.google.com/file/d/1R_LhjXu1VKGxDKpMd-x2n_TvZQozTFDo/view?usp=sharing). Again, there's no guarantee on stability, but it may be somewhat helpful. As a note, the server might get stuck or...

@felangel Awesome, keep me posted! I'd be happy to help out with this feature as well, just say the word!

@felangel I just played around with this idea a bit. I found that extension methods actually may not work. Extension methods only allow you to add methods that haven't been...

@RaviKavaiya Thanks for your feedback! That is a good thought; I've updated the proposed solution to include the `@excludeEquals` you suggested. https://github.com/HatFeather/equatable/commit/599fa4e759d6279133608adff1c1b0f7e16c12d1 One thing I want to point out is...

@felangel You bring up some good points. My original motivation for the equatable build-runner was to make it so there was minimal thinking necessary for maintaining a suite of data...