James Allan
James Allan
I think canUseFeature is wrong. In the first if condition. ``` $featureValue = $this->getFeatureValue($featureSlug); $usage = $this->usage()->byFeatureSlug($featureSlug)->first(); if ($featureValue === 'true') { return true; } ``` The function getFeatureValue only...
I think that a prop for overwriting the default class on the `` would be handy. So using js to overwrite wouldn't be needed. ``` let form = document.getElementById("form_wiz"); form?.children[0].classList.add("nav",...
Off topic. I searched for the ads library api and sdk. The issue is that when i create a test app, and try to give permissions to account in the...
**Environment** Version (2025.07) Operating system (Linux) Laravel(12.0) -Sail, **Describe the bug** I am trying to do a fresh install of aimeos. **To Reproduce** Steps to reproduce the behavior: 1. Install...