O'Briat
O'Briat
**Description** I use docksal with WIN10 + WSL2 + docker and the default domain (docksal.site or 192.168.64.100) is not reachable from the browser host, I had to switch to 127.0.0.1...
The fin init script should detect WSL2 but the grep is not working as expected my Debian OS_TYPE is shown as Linux. `Linux MACHINE-NAME 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25...
Has seen on https://bugs.php.net/bug.php?id=81424 On line: https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/blob/3cbf557f4079d83a06f9c3ff9b957c022d7805cf/src/Minifier.php#L729 The following regex `/[^{};\/\n]+\{\}/S` is not optimal with PCRE2 10.35+ (100 times slower) it should be rewrite. The solution proposed on the PHP...
Hi, It would be nice to save searches and pin them in the sidebar, e.g; : CONTAINER/SEARCHNAME On a dev machine, it's very useful to have on sight only your...
Drush provides a lot of way to print messages or warning, there is little documentation about it. Improve the https://www.drush.org/12.x/io/#the-io-system page: 1. Describe best practices, point bad or deprecated usages,...
Maintenance mode is a major operation so it should be logged properly. The issue already exist on Drupal: https://www.drupal.org/project/drupal/issues/229778 Either log all `state:set` operation or only the major ones: `system.*`
check_docksal_environment should respect DOCKSAL_NO_DNS_RESOLVER fixes #1777
fixes #1798
**Description** 1. The `fin update --bash-complete` could not install the bash autocomplete, because it needs root permissions to create/write `/usr/local/bin/fin-bash-autocomplete`. 2. The documentation is missing. 3. The autocomplete doesn't discover...
fixes #1055 Here a draft PR that remove WSL1 dependencies and add some helpers for WSL2. My hypotheses: - WSL2 should be seen as a standard Linux distribution (it's the...