Graciliano Monteiro Passos

Results 108 comments of Graciliano Monteiro Passos

I'm currently seeing this same error in some GitHub Actions workflows. Then I try to re-run the workflow job and in 30% of the retries it works. Maybe the exitCode...

I think that a new framework for reflection should exists. For now we should kill dart:mirrors. In the future, after NNBD, a new framework should exists with another name. One...

I think that the biggest problem with reflection is the collateral effect with the tree shaking. To minimize the problem, I think that the Reflector (the class that will use...

About API backends: It's hard to not have frameworks that can automate many definitions and behaviors common to the subject. The lack of reflection is definitely an issue to create...

At runtime you can get the value of `T` with: ``` class Foo { Type get theType { var t = T ; return t ; } } ``` Also...

In production no one should use this as a server. But in development environments this is the way. The current implementation won't allow to test some assets in the browser,...

FYI: https://github.com/bcgit/pc-dart/pull/108

FYI: - https://github.com/gmpassos/argon2 - https://pub.dev/packages/argon2

Note that without a fix for that issue `build_verify` only works if everybody in the team and CI uses the same Dart version, in other words, the last Dart version...