John Puddephatt

Results 13 issues of John Puddephatt

## The problem I had barba/core working as expected. Then I installed barba/css and ran into problems with fetched content being appended to my barba wrapper rather than replacing my...

bug
@barba/css

As highlighted in #402, remark will currently only work with one instance per page because there can only a single configuration object. This makes sense for most use cases where...

frontend

This change keeps the icon as it is by default, but would optionally allow it to be customised in the config file. My reason for suggesting this change is that...

It looks like the new [Block Tunes API](https://editorjs.io/block-tunes-api) is unsupported by editorjs-php at present. This adds 'tuning' data under the 'tunes' key so block data looks like the following: ```...

good first issue

Currently [Block Tunes](https://editorjs.io/block-tunes-api) are not available when rendering content. Tunes are stored separate to a block's data. Here's an example for an image with a tune called "blockWidthTune": ```json {...

Currently blocks are mutating props directly, e.g: https://github.com/Dashibase/lotion/blob/b1a3ade1e8fd1dbcb9e490b9efb90b88b69cacb3/src/components/blocks/HeadingBlock.vue#L4 My understanding is that props are readonly and shouldn't be mutated, instead an event should be emitted back up to the parent,...

Error message `Call to undefined method stdClass::getMedia()` shown. The problem appears to be that [the resolve function in ebess/advanced-nova-media-library](https://github.com/ebess/advanced-nova-media-library/blob/2d7151d8b2159d28e1d73fcc7fe23992e327b7df/src/Fields/Media.php#L297) expects to have been passed the model and so to be...

help wanted

This allows tool config to be set on an individual field, which is very useful when Editor.js is being used in multiple places within Nova and different tools are desired...

[It looks like Editor.js has changed the way it uses icons](https://github.com/codex-team/editor.js/releases/tag/v2.26.0-rc.6) and the way this package references icons for link and unlink no longer works.

Currently Vimeo embeds do not have the allowfullscreen attribute and can't be made fullscreen. This attribute is already present on YouTube and other embeds, so this is just bringing some...

good first issue