Jonathan Ferragut
Jonathan Ferragut
Likewise, I am getting the same error. Any Update @orktes ?
I am also experiencing this on python 3.8 with create method. ``` python user = User.query.filter_by(email=email).first() if user.validate(password): response_msg = {'jwt': create_jwt(identity=email)} status_code = 200 ``` results in: `"msg": "'str'...
Bump. Just started using. I see there were some pushes a couple of months ago, but I am curious if it will continue to be maintained.
Bump. This is occurring in the Latest versions. Elementor PRO version 3.0.9 ACF PRO version 5.9.4 After testing further, It happens with Groups or Tabs. Individual fields are not an...
@danyj hey dude, I managed to get this resolved by checking for the admin bar and applying the difference only if the admin bar is present. Please review my screenshot...