Robert Felker

Results 115 comments of Robert Felker

It saddens me but they're reasons and these are the specs. Thanks!

This is a great package but way too specific for this general list. Thanks for PR

Hi ! I want to avoid having to use @RequestBean as one parameter and @Body as another `CompletableFuture bounds(@Valid @RequestBean Positionable render, @Body String body)` Currently @Body annotation is not...

I know it's not trivial yet you see the problem having to search the request at two differents places.We'll refactor later if it land. Thank you @jameskleeh !

Hello @filiph! To clarify Singleton is, at least to me, a proper way to model sound engine. I should clarify that this is only for expressivity purpose that I'm asking...

It should be possible but it require to reconfigure the project from pure dart to flutter as we also need to import the flutter sdk.

Currently I'm using a monorepo with all logics and tests relying on dart then another flutter project build on the logic. To use flutter test on logic would mean to...

Hi! Since Dart server side is gaining traction this feature is more welcome than ever when dependencies land. I'll be patient :) Thanks

I've been working on an intensive desktop app and beyond relying kinda blindly on dispose and some GC interprerations, it's difficult to find side mistakes. Hope for this tool to...