Manuel

Results 12 issues of Manuel

when importing source written in mjml 4 with mj-head and other elements there are issues

when selecting and dropping text inside the editor (not using the block) it should create a mj-text element, instead it creates a readonly div block

line 406 of wpthumb.php ``` $editor = wp_get_image_editor( $file_path /*, array( 'methods' => array( 'get_image' ) )*/ ); ``` i had to comment out the "methods" arg to allow the...

plugin v2.11.1 - Grav v1.3.10 /user/plugins/form/classes/form.php : 628 (E_WARNING): "key() expects parameter 1 to be array, string given" `$action = \key($data);` arguments: "captcha" my form: ``` form: name: contatto fields:...

bug

just add @ line 270 before `e.target.playVideo();` ``` php if (this.options.start > 0) e.target.seekTo(this.options.start); ```

on other browsers all is working as expected you can view the problem live at cyclingthetimes dot com (with minified files)

``` function formatToLongString(time, type) { return `${time} ${type}${time > 1 ? 's' : ''} fa` } export default { short: { now: 'adesso', sec: 's', min: 'm', hour: 'o', day:...

**Describe the bug** In VSCode it's displaying a warning about missing translation when there indeed is, it's even showing the translation and editor but with the warning (see screenshots) **Extension...

bug

is it possible to order the main assignments view with assigned items on top and filter by usernames?