max-nextcloud

Results 366 comments of max-nextcloud

@baby-gnu Do you happen to have a folder description or a `Readme.md` in that folder? Does it also show in folders that do not have that?

@baby-gnu ohhh... that's an interesting issue you are bringing up. I don't think we account for out of sync server time.

I tried to watch `href` instead and distinguish `null` from an empty string. Made sure href was `null` when no link was selected and an empty string when a new...

Let's go through the errors one by one... ### It looks like you are using a custom button as a or other popover #trigger. This is caused in nextcloud-vue 8...

### injection "Symbol(text:opendata)" not found. This is in `ActionAttachmentUpload` as can be seen in the trace. Do you allow uploading attachments to texts in tables? Otherwise the upload menu items...

### injection "Symbol(text:editor:width)" not found. Also happened in the `createTable` api. Is also fixed for `createTable` by https://github.com/nextcloud/text/pull/8002/changes/931d82c71758cf209d201c1de385b7978a053ad9 (the `EditorWidthKey` part). I think a similar fix would be good here.

### "class" is a reserved attribute and cannot be used as component prop. This is caused by an invalid use of the class attribute in tiptap. https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-drag-handle-vue-2/src/DragHandle.ts#L53-L56 ```js class: {...

Waiting for the outcome of our attempts to prevent out of sync state and thus pending structs in the first place.

This also seems to be an issue with the full width view in the text app itself (limited width is fine). So I will move the issue to the text...

> Very nice, unfortunately this does not seem to fix the initial update step stent for read only sessions. Yes... that's exactly what I wondered this morning - whether the...