Mark Shust
Mark Shust
FYI, the `Meteor.uuid()` call should most likely be replaced by `Random.id()` https://github.com/meteor/meteor/tree/master/packages/random
Submitted a pr for this fix. A uuid validator is pretty much a check for a string that is 17 characters -- there really isn't a necessity to check for...
The eslint rules are defined at https://github.com/mantrajs/mantra-sample-blog-app/blob/master/.eslintrc
I believe you need a container component to link actions down to presentational components. I've found it pretty consistent to have a related container component for practically every single presentation...
Created pr https://github.com/mantrajs/mantra-core/pull/7
@smeijer thanks for this, added to the PR. let me know if there are any other things missing.
That's the whole point of having helpers in mantra though (to simplify things). If that is the case, those helpers should be removed from mantra.
Since PHP 8 is now released, is it time to drop support for PHP < 7.0 and merge this in?
I'm unable to replicate, and this is the first time I'm hearing this report. Did you follow the instructions with info at https://github.com/markshust/docker-magento/discussions/372 ?
I remember some sort of weird issue cropping up when copying/pasting the pipe delimiter `|` on specific operating systems. Maybe try manually typing the entire line, or just that character...