Günter Zöchbauer
Günter Zöchbauer
@jakemac53 > The dev dependencies are typically additive Sorry missed the `dev` here > For production actually I think it would be more likely you need your dev_dependencies? You think...
A concrete example what you're trying to accomplish?
What makes you think the code posted above causes the stack overflow? What value is passed to `testStr` when the exception happens?
I get the same error with `nixos-rebuild --target-host ...` when setting up a virt-manager QEMU VM. This issue was the only mention of this error I could find. The same...
This doesn't look related to disko. I also get this on some VMs when disko is not involved.
I like `final` because it stands out. `let` would be better than `val` in this regard. The distinction between `val` and `var` is easy to overlook, but it's easy to...
@dlepex > I like `final` because it stands out. That depends on how much change is possible. I'd prefer https://github.com/dart-lang/language/issues/136#issuecomment-447940385 any time. > especially if you cannot justify them. I...
And in GitHub. It also doesn't cause a warning if you assign to a variable that were declared final.
It's fine adding that but if possible not at the expense of other helpful features like `final`
Did you figure out what `den pull` does?