Alex 'Delta' Diller
Alex 'Delta' Diller
## Bug, feature or question? BUG Registering multiple adapters in the settings, including "debug_mode" and "debug_file" and then calling `->authenticate($adaptar)` won't create the logger. This is due to calling [getProviderConfig()](https://github.com/hybridauth/hybridauth/blob/4cb541daf091ee51fba7b7402d0302f09978cc85/src/Hybridauth.php#L119)...
#### What is the expected behavior? When I change a setting (config) I shouldn't be forced to restart the gallery. For example gestures support should be enabled/disabled dynamically #### What...
#### What is the expected behavior? When I touch the image, it should not move. When I touch and move down / up, it shouldn't try to switch to the...
#### What is the expected behavior? If I disable gestures, it should still work as expected #### What is the current behavior? When I disable gestures, all images are shown...
The rule `RewriteRule .(sql|data|json|yml|ini) - [F]` will prevent the load of `/wp-includes/js/dist/data.js` and I can't edit posts. Fix is to escape the dot: `RewriteRule \.(sql|data|json|yml|ini) - [F]` (eventually should also...
First of all thanks for this great project ❤️, it helped me with client. I found a couple of issues and fixed them: - `--force` is now working (missing variable)...
So when I set in the conf.apf ``USE_IPV6="1"`` it only does the following: ```` $IP6T -A INPUT -i lo -s 0/0 -d 0/0 -j ACCEPT $IP6T -A OUTPUT -o lo...
When I try to compile an ahk script, I get the following warning all the time: `Warning: AutoHotkey could not be located !`  This seems to be related to...
**Checklist** - [x] read and understood the contributing guidelines - [x] updated tests - [x] updated documentation (https://github.com/MarcusCemes/image-processing-pipeline-website/pull/2) - [x] `npm run build` and `npm test` passes **Affected core subsystem(s)**...
**Checklist** - [X] read and understood the contributing guidelines - [x] updated tests - [x] updated documentation (skipped, all pipes must be documented later on) - [x] `npm run build`...