C-Bass

Results 390 comments of C-Bass

> This is a feature request from me for this plugin. I know : ) Still I wondered if you could follow up and explain if you figured it out...

That's odd, I'm also on Big Sur, Intel chipset and autopy 4.0 worked out of the box as far as controlling the mouse

excellent additions @tyteck ! I've copied your improvements to my fork @madcoda would be great if you could add these changes as well @tyteck could you possibly add a short...

am having this problem fairly often.. closing all vscode windows and reopening appears to fix. Otherwise all fileutils commands just produce 'command fileutils.someCommand not found' very frustrating =/ specially when...

Including node_modules and composer vendor folder it's saying 46k files, although those folders are ignored by the vscode search so not sure if it matters on OSX Mojave 10.14.6 VsCode...

There are many ways you can use this As a developer doing all the translations, then you do them on your dev environment, export and then commit/deploy the updated translation...

Just fork and modify these lines in `composer.json` and it works ``` "require": { "php": ">=7.1.3", "illuminate/support": "^5.0|^6.0|^7.0|^8.0", "laravelcollective/html": "^5.0|^6.0", "illuminate/translation": "^5.0|^6.0|^7.0|^8.0", "doctrine/dbal": "~2.6", "symfony/finder": "^4.0|^5.0" }, ```

@cvaize could you submit a PR please?

@cvaize why did you replace the `str_` helpers with `\Str` ? `str_contains` and `str_starts_with` are still valid helpers in Laravel 7. And if I try your fork I just get...

@sergeymirakyan if you install https://github.com/laravel/helpers then it will fix that problem `composer require laravel/helpers`