Luca Bognolo
Luca Bognolo
I think this launcher can't support direct apply from apply section.. IMO the only way to apply icon pack is go to launcher settings and apply icon pack from there......
### Description I would like to add PHPDoc for Facade so that the ide helper works properly. ### Screenshots This is what I would like to do:  This is...
**Describe the bug** This bug is very strange, because I fix it by removing prefix on all prefixed component in the blade file, and setting config `wireui.prefix` to `null`. After...
**Describe the bug** Loading WireUI assets styles get 404 not found. The problem is that styles are loaded from `localhost` (without subdomain) instead `subdomain.localhost`. **To Reproduce** Steps to reproduce the...
When I edit a transaction, after saving, the transactions list will be reloaded. Sometimes, not every time, the transactions list lost all group by date... This is how should be:...
**Describe the bug** This is the documentation: > Entity ID providing a state with the value of the percentage of fossil fuel consumption. The state should be `100` when all...
I've tried to run `yarn dlx update-browserslist-db@latest` but I get the following error: ```log ➤ YN0000: · Yarn 4.5.3 ➤ YN0000: ┌ Resolution step ➤ YN0085: │ + update-browserslist-db@npm:1.1.1, escalade@npm:3.2.0,...
Hi, this is the `.blade.format.json` config file: ```json { "useLaravelPint": false, "formatInsideEcho": false, "spacesAfterDirective": 0, "spacesAfterControlDirective": 0 } ``` I have the following code: ```blade @foreach($graph_array as $graph => $value)...