Rory Stephenson
Rory Stephenson
> I don't think we want to special case directories called `test` or anything like that. The proposal is to use the existing detection for test directories (see the PR...
@rrousselGit I'm happy to have a crack at fixing this if you agree that re-introducing `@With.fromString` is the solution. Thanks for all your work on this package.
@rrousselGit ~~when I run `flutter format --set-exit-if-changed .` in freezed it makes no changes locally so I'm not quite sure why the check is failing?~~ I realised the checks are...
> Hello! Could you write tests for these? I've written one, let me know if it's enough :).
The README was not updated when fromString was removed so I had left it as is but on reviewing it I decided to clarify when it's necessary and fix the...
@4-alok Have you seen this part of the README: https://github.com/rrousselGit/freezed#allowing-the-mutation-of-listsmapssets Collections (including lists) are unmodifiable by default when using freezed however this is configurable.
> @rorystephenson Sorry I see the same error. From which version was the behavior changed so that by default all collections cannot be modified? Even when setting the flag to...
> > > @rorystephenson Sorry I see the same error. From which version was the behavior changed so that by default all collections cannot be modified? > > > >...
I've been having this issue for quite a while. I tried `git bisect` as a last resort to check if it was due to a non-config change and I found...
I came across this issue because I have a problem where colors don't show up for me in `tmux`. I've traced it back to the dart sdk: https://github.com/dart-lang/sdk/blob/7fa17936a686652081337d9e1a5209f69c368eec/sdk/lib/io/stdio.dart#L157-L177 So if,...