hu1buerger

Results 44 comments of hu1buerger

@develohpanda take a look at [actions/upload-artifact](https://github.com/actions/upload-artifact). You will upload the artefact from both runners and take another one, or wait in another step on the other runner to finish and...

> Yes the only way ... Would have just edited the comment, but couldn't

@movermeyer I kinda get your point and would agree that this is the behaviour of git. But I would disagree on the behaviour of the action. It should remove the...

Dosnt the GeoFireCollectionRef have a dispose() method?

for the equality check: how about using `==` as default, but add the argument to the annotation of `bool Function(dynamic,dynamic)` or type them as a equality checker. Like: ``` dart...

Thanks for the After reading the issue referenced I still don't get how to create the badge. The url seems to be generated from the activity. Would it be possible...

As far as i could find the serialisation of responses is described [here](https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serialization) And therefore the `DataMemberAttribute` should be in effect but it seems not to be. Also swagger notices...