Pedro Moreira

Results 4 issues of Pedro Moreira

Hi, I get this DOMPDF_Exception (Frame not found in cellmap), apparently when I have a table that is too close to the bottom of the page and then I try...

We're binding our classes to a `b()` method. Doesn't that mean that the `b()` method gets processed everytime the template re-renders? What is the performance hit?

Imagine an editor with `placeholder="foo"`. I'm doing `editor.composer.commands.exec("insertHTML", 'hi');` on it. Now, two things can happen: 1. If it already has the text `bar`, it becomes `barhi` after the command;...

A warning is reported from Vue 3 compat build regarding the usage of `v-bind="$attrs"`, as attribute merging is now affected by the attribute ordering: https://v3-migration.vuejs.org/breaking-changes/v-bind.html Moving `v-bind="$attrs"` to first place,...