Archie L. Cobbs

Results 75 comments of Archie L. Cobbs

Agreed. I am thinking of a simple API for doing the minimum required, which would basically allow specifying pattern rules that say "if you see this key/value pattern, extract these...

FYI, apropos to this issue: https://issuetracker.google.com/issues/144183725

Hah. It seems we all share the same basic problems in life.

I'll look at this again. I haven't implemented it because I haven't needed it yet, but probably will soon also.

I like the idea of a sample project like the traditional "Pet Store". Any suggestions? E.g., something that has a bunch of [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) screens like an inventory management system or...

> It's a question about how often this would be useful vs bloating the API. Yeah that's what developers always say when they don't want to add something :) But...

_Argh._ Where is this requirement for `@Uses` documented?? That would have saved me 5 hours of debugging and hair pulling. Yes, if I add `@Uses` to the main view class...

@TatuLund, You are responding with facts - thanks - but I think you're missing a larger point here. I don't think you guys appreciate how frustrating you make things for...

Great, so it's all my fault. Vaadin's software and documentation are perfect and nothing needs to be changed. Well played.

**Minimal reproducible example** OK I've created this. ``` $ git clone --branch issue-14239 [email protected]:archiecobbs/vaadin-flow-bugs.git $ cd vaadin-flow-bugs/ $ mvn ``` Then try to load `http://localhost:8090/demo/demo/` in your browser.