Ferdinand Thiessen

Results 206 comments of Ferdinand Thiessen

Additionally: It would be nice if you could configure to transfer all forms to another user / the admin, when a user is deleted (instead of removing the forms). This...

> In testing of this, I've found some issues with FindOgre.cmake. > These lines in root CMakeLists.txt are not needed (line 117): > > ``` > set(CEGUI_FOUND_OGRE_VERSION_MAJOR ${OGRE_VERSION_MAJOR}) > set(CEGUI_FOUND_OGRE_VERSION_MINOR...

> _EDIT_: I think the reason is that the FindOgre file used `if (... MATCHES ...)` but using the result of that regex match is only supported starting with CMake...

Probably #33320 should be mentioned, I know some applications relying on those ids

After some debugging it looks as if this happens only if the contentDOM is inside a dynamic element, e.g. ```vue ``` does not work, while something like this works: ```vue...

This issue is still open, meaning there is no fix. But as a workaround I add the nodeview like this: ```js addNodeView() { return VueNodeViewRenderer(NodeViewVue, { update: ({ oldNode, newNode,...

No sure if it fits your use case @mmuman but there is a "Import Markdown" plugin for wordpress, using this you can import your markdown directly (or even use the...

Looks like this is caused by the HTTP 500 error when trying to get a new session: ![PUT on session/create returns HTTP error 500](https://assets.cypress.io/screenshots/global/2a1f5deb-1aed-473c-ae94-2b03f28ca274.png?AWSAccessKeyId=AKIAIGH7VO3KJJU4LBGQ&Expires=1662473797&Signature=x70cBRp5TSdY%2B87TP96iNp9JaVk%3D&response-content-disposition=attachment%3B%20filename%3D%22cypress-screenshot.png%22%3B&response-content-type=image%2Fpng)

> I'm not able to see a difference between the before and after screenshot Have a close look on the navigation toggle, on the `before` screenshot it is slightly of-center...

My reason why I think fixing the alignment here would be better then manually align it in every project is that many apps use the default styling, so e.g. even...