Alejandro
Alejandro
Hi @keradus, > would you like to raise a fix-PR, @alebak ? Sorry, I don't have much time. It would take me time to understand the code and fix it....
Thank you @cheesegrits, I'll try!
Hello @Ceres6, I solved this by running the following: `sudo apt install python-is-python3` But "dotly" still doesn't work in Ubuntu 22.04 LTS. This is the current style of my terminal:...
When do you publish the extension in the Chrome Web Store?
@neilime Thanks for response. I have this code: ``` $composerAutoload = dirname(__DIR__) . '/lib/vendor/autoload.php'; if (!file_exists($composerAutoload)) { return; } require_once $composerAutoload; ``` The error is with composer autoload.php. The ClassLoader.php...
Hi @shamsbd71, I'm using the port by default the 3000. When I make a change in my code the browser-sync not reload. Do you know any issue or solution in...