Peter Leibiger
Peter Leibiger
The action just checks if the `cache-path` exists on self-hosted runners. If it does it just updates the environment. A better use for self-hosted is to add the `cache-path: ${{...
I am interested in this, what is needed to make this work?
I don't think that can be linted. This would need a much deeper analysis.
Please fill out the whole PR template and mention the tech committee for the appropriate language/generator. Otherwise this PR just gets lost. Only required fields are serialized when they are...
I don't think this will work, this does now exactly the same thing as a required property. We don't have a way in Dart to distinguish `null` from uninitialized, unless...
Would love to see support for this. Can you make a separate PR which adds the plain `@BuiltValue()` annotation uses the `StructuredSerializer` so that we have less noise in this...
> it will take more time to merge and sync both than just one PR It may seem that way but the actual changes are way easier to trace and...
We should not force this into 6.0.0, i'll see if i can get some tests up in the next few days. Can we get rid of the `quiver` package as...
I am not sure about the timetable for the 6.0.0 release. Lokking at the sample, I wonder if we could use a mixin for the parent fields and create an...
Every time the Github action is used, it builds a new unnamed image and runs it. After it is done the image remains on self-hosted runners. Actually it is the...