Kevin Moore

Results 757 comments of Kevin Moore
trafficstars

That's it! So if you want to handle pub-sub directly, just use a JSON endpoint and not cloud event. If you want to use cloudevent, you have to use event...

There is actually a pub sub example in the test directory that might be useful On Fri, May 13, 2022, 05:04 Nick Meinhold ***@***.***> wrote: > @atreeon I found I...

@jcollins-g @srawlins – any idea if things still work w/ DartDoc here?

FYI: I just confirmed that `dartdoc` "does the right thing" here. So it's just lint weirdness, it seems!

Also, here's a test case that *should* pass, but doesn't at current HEAD ```dart class G { G({required int paramA, required int paramB}); } /// [paramA] is better than [paramB]....

Would be nice to have a test for this – so we don't regress in the future!

I don't think anyone has created a PR yet.

@natebosch – we should add this to lints/core.yaml – right? Do we have an issue open to track that?