Andrea Lombardi

Results 5 issues of Andrea Lombardi

I disabled the "AllmanStyleBraces" option by doing this: `"excludes": ["AllmanStyleBraces"]` This works ok on if/switch but stays on for functions.

In this page `https://designrevision.com/docs/shards-vue/components/collapse` there is a demo for the Collapse component showing a button with `size="small"`. This returns an error: `Invalid prop: custom validator check failed for prop "size"`...

I have a component `dashboard-card.blade.php` which is structured this way: ``` {{$title}} {{$slot}} {{$goto}} → ``` This is rendered in my blade view: ``` Report da compilare {{$count}} ``` In...

Https should be put before (prepend) the url, so prepend should be the correct word. Append would mean you put it after.

`getMetaValue` improved to a single query. Before this it would do one query to check for the meta, and then a new query to get the meta value.