Stefano Saitta
Stefano Saitta
*lefthook.yml* ```yml rc: ~/.lefthookrc pre-push: parallel: true commands: linter: run: flutter analyze tests: interactive: true run: flutter test --coverage pre-commit: parallel: true commands: check-secrets: interactive: true run: bash -c '${TALISMAN_HOME}/talisman_hook_script...
Any chance this will be merged any time soon?
I'm aware that macros are almost here and this issue will be closed pretty soon, but I found another strange workaround, by just adding an empty not used factory constructor...
I've encountered the same issue when ` --import` is used. Only `.env` is loaded, `.env.local` is ignored. Any workaround?
What is missing to land this change?
hey @songyiYu any plan on merging this? Or we should fork it?
@songyiYu any update on this?
Same for `updateProjectConfig`
> There are plans to deal with this. We can do something about it without macros, but it requires a significant rewrite of Freezed. > > There's one in progress...
> Just to update this issue for any users who haven't been in Zed for awhile - we now have the ability to run tests in Zed, so long as...