patrickvuarnoz

Results 7 issues of patrickvuarnoz

The method parseRichText() concatenates all text found in individual text runs with a white-space, i.e. by `implode(' ', $value)` on line 315 in v0.4. At least with our XLSX this...

It would be great if the TODO icon in the sidebar would also indicate that there are todos at all. Like that you'd have an active reminder that there are...

enhancement

I've added two extensions.... Deal with vertical margins: By calculating the height of an object with .outerHeight(true) and setting the new height the same way it's possible to include margins...

I ran into a problem where I got an error message like `TypeError: Cannot read properties of undefined (reading 'apply')` in `E.emit`. This was due to a code change where...

The thinking part is currently not returned in the chat response. It would be great if that could be added. Here the extended `ChatMessageResponse` class: ```

I sometimes need to copy a few rows from one database to another where the same rows already exist. Currently I need to make the same selection in both databases,...

## Describe the bug When you setup routes via `resource()` or `apiResource()` and add custom routes (for example a search route) like in the following example, then the `search` part...