codebymikey
codebymikey
On doing an install, it'd be nice if it could create a `/etc/php/$php_version/mods-available/spx.ini` file if it doesn't already exist, with a default entry of something along the lines of: ```ini...
Currently if you end up enabling multiple DNS filters in the app, it's a bit hard to determine why a particular domain or IP was blocked. It currently just shows...
### Describe a related problem (optional) Given that the ClearURL definitions are external, it's hard to provide custom updates to it without potentially losing it whenever there's a remote update...
### Describe a related problem (optional) Currently editing massive JSON content isn't the most user-friendly experience, especially for regexes and stuff since it forces you to have extra characters to...
### Describe a related problem (optional) It would be nice if custom scripting capabilities were available similar to the [Untracker](https://github.com/zhanghai/Untracker) app. This provides the most flexibility for certain edge-cases e.g....
There are some noticeable performance issues when generating a diff for specific files. This [Drupal yaml file in particular](https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/config/optional/search_api_solr.solr_field_type.text_en_6_0_0.yml) took about 70-80 seconds to generate a diff for. There's some...
Was planning to move to this library as part of Drupal's suggestion for having [good a11y support](https://git.drupalcode.org/project/drupal_cms/-/wikis/Architecture-Decision-Records/Consent-Management#klaro-consent-management), but ran into this issue whilst testing. The specification and examples for creating...
Provide the ability to specify a database name to import/dump when working with multiple databases
As a lando user who works with multiple databases at a time for switching between environments/states, I would like the option to specify which databases to dump/import through a command...
# Feature Request There's an unhandled PHP 8.1 deprecation scenario with `preg_split` that's currently not handled. Example https://3v4l.org/cVPim I guess we need something similar to [`NullToStrictStringFuncCallArgRector`](https://github.com/rectorphp/rector/blob/main/rules/Php81/Rector/FuncCall/NullToStrictStringFuncCallArgRector.php) but for integers. ##...
It'd be nice if the proxy manager could be ran from within a subfolder like many other UI tools do
Reopening since #2577 was marked as stale. It's simply a matter of ensuring all the assets are loaded relative to the current path rather than being absolutes. If necessary, we...