Marcus Twichel

Results 26 comments of Marcus Twichel

> Of course, I could make a separate action that takes outputs from VGC as inputs and writes the comments. I think that would be a viable option, but would...

Could a strategy to tackle this problem be?: - Build a template using [Handlebars.js](https://handlebarsjs.com/) - Pull data from `lcov-parse`, as input for the template - Write the newly created pages...

Thanks for the replies! This is my first toe-dip into really contributing to open source so I apologize in advance if I don't fully get the conventions or standards. 🙂...

@yeikel16 That looks like an awesome tool! Thanks for the tip!

Could this be a function in an `_initialize.dart` file, kinda like `_middleware.dart`? That way `dart_frog` doesn't have to support a completely custom `main()`, but you could still inject those types...

Hi there 👋 I agree this is a very important thing to add! Personally, I would add a few more requirements that would be super nice to have: - [...

Hey @nosmirck :wave:! I was interested in using protobufs as well so I played around with it and it looks totally supported by the current package with existing tools. Basically,...

@felangel Now that we have expanded examples, would it be okay if I merged in my protobuf example and made it a tutorial? I would also make sure it has...

I think this is a feature I'd be able to add and would love to contribute, I just wanted to make sure we are aligned on the use case and...

Hey! I'm not the maintainer, just someone trying to solve similar problems. I agree these would be awesome to have, but for now I've found some nice workarounds you could...