Rotzbua
Rotzbua
Can you write some numbers? `many` and `large` are generic terms and do not reflect a concrete situation.
Observed the same problem. ## Testdata ```html HTML Standard ``` ## Error message > Error: Attribute media not allowed on element `meta` at this point. > From line 5, column...
@rhukster please move this issue to learn repo. There a missing hint at https://learn.getgrav.org/16/content/content-types. I found the reason why the template is not used. The twig processing does not only...
I agree. Seems it was already modernized in #173, but modern python3 does not require this dependency anymore. I created a pr.
> shouldn't matter for denial of service attacks because a DB call is being made either way. The token is used as database index. If there is no equivalent replacement...
Observed the same behavior for `django-constance==2.7.0`. Seems that the default value is not rendered language dependend. If custom value is set, everything is fine.
Still a `404` and no hint on website that the scanner is discontinued. > -the site should redirect to our new and improved recommendations for users who want to get...
I used https://github.com/raml2html/raml2html which depends on this library. The bug is there also, if you use `` statements. So I think it is an bug of this library. Would be...
Then the functionality should not be hardcoded in the form plugin. The functionality should just be coded in one place. Currently I found it in 3 places: core, admin and...
@rhukster I reviewed my PR. So far this PR does not change a functionality. The reason is, that function `getAvatarUrl()` from core always returns an url with gravatar as default....