Jorge Coca

Results 19 comments of Jorge Coca

We do! But of course, we/Felix also wrote the package... we are very happy with the results so far, and as you can see in the examples/docs/articles, we are investing...

@nhwilly let us know about your experience! we hope you find this package very easy to use 🤞 but if you have any issues/questions, we will gladly help you!

I'm torn about this solution; I agree that this is a problem, but I don't think this should handled by this action, as it should be platform agnostic. After all,...

Wow @mtwichel thank you so much for contributing and helping us! I really appreciate the energy! 💙 I am leaning towards @felangel response at the moment: I would love to...

It might be related, but using `0.7.13` does not generate the `macOS` platform folder, even when the flag is set to true.

What would be the use case for only wanting `import` coverage, and not `all`? The way I see it, my initial reaction was that this was a bug in the...

There seems to be some workarounds, like explained here: https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide#testing-the-users-code However, I don't think that's a good example or experience since it deviates from the standard way of testing using...

@tchabot22 @dakrawczyk can you folks take a look (and resolve the pipeline issue)? Thanks!

I think this might a different type of support, since it is local storage. What I was thinking when I said a `LocalFile` it would be like a JSON file...

@Paul-Todd I believe you could do that with the existing API, since `lumberdash` supports an `exceptFor` field: https://github.com/bmw-tech/lumberdash/blob/4c30df86afbb6ab1a3f883b86886cd56b4891e2d/lib/src/lumberdash.dart#L50 Something like this (pseudo-code): ```dart final shouldFilter = error.runtimeType == NonFatalError; final...