Daniele Scasciafratte
Daniele Scasciafratte
Ref: https://github.com/boxed/django-fastdev/issues/51 So in my investigation I discovered that the issue is because Unfold register a custom node, `CaptureNode` so it isn't possible to detect what is the real block...
With https://github.com/unfoldadmin/django-unfold in my case is `Invalid blocks specified:` for `branding`. Also if I put django_fastdev as last app I am getting that error for a block of that template...
Checking the code there are various parameters for this package like `FASTDEV_STRICT_IF` or `FASTDEV_STRICT_TEMPLATE_CHECKING` but the readme doesn't mention them.
The wiki mentions to put the script file in the game folder https://github.com/sonic2kk/steamtinkerlaunch/wiki/UniversalUE4Unlocker Can be handy a setting on stl to set the file or a folder inside stl settings...
# Bug report Looking at `postChangePasswordForm` it is a `return redirect()->back();` but the url of the form is `edit-account-info` not `change-password`. Also I am trying to understand why the password...
### Description With latest commit and compiling the wayland vversion and running on debian I get: ``` 12:44:58 [daemon(97746)] [INFO] reading configs from: "/home/mte90/.config/espanso" 12:44:58 [daemon(97746)] [INFO] reading packages from:...
## Describe the bug Add CMB2 to your plugin and asks to get approved on the WP.org repository you get: ``` ## Out of Date Libraries At least one of...
https://github.com/Attributes-PHP/wp-fastendpoints-depends
Right now in the plugin root file and the readme we are mentioning two different GPL license (different version). Also using a constant for the textdomain is not valid anymore...
I usually patch resmushitwpcli.class.php at the bottom with: ``` if( defined( 'WP_CLI' ) && WP_CLI ) { WP_CLI::add_command( 'resmushit', 'reSmushitWPCLI' ); } ```