Robert Vogel
Robert Vogel
I have amended you change a little bit. https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DrawioEditor/+/652185/1..8 It's mainly two things: - Changed the config var name to match code from another existing branch (REL1_31) that for some...
Hi! Sorry, I have asked a colleague to take care of this. Will check and give feedback asap.
Okay, so it looks like your proposed changes have been merged in another commit that also had some additional changes - You change: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DrawioEditor/+/652185/ - Change of my colleague: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DrawioEditor/+/659221...
I am having the same issue. I wanted to add additional attributes to the users and therefore mount ``` volumes: - ${DATADIR}/ldap/opt/openldap/bootstrap/data:/opt/openldap/bootstrap/data ``` Now I am getting the `database already...
@DeepDiver1975 Can we please get this merged and released? This issue prevents me from updating production code to 1.x
Did you check https://github.com/danfickle/openhtmltopdf/wiki/Embedding-downloadable-files ?
I have traced down the corresponding value from the "Export" dialog to https://github.com/jgraph/drawio/blob/v24.6.4/src/main/webapp/js/grapheditor/Graph.js#L11854-L11869 The variable used throughout the codebase is `exportType`.
It would be great to be able to configure what is send on the console startup
Thank you very much for your input! > Are you truly worried about your trusted party to track your users? It is not really about tracking I think. Maybe I...
I have checked in more depth on the code. Apparently, the code in question does not use `Symfony\Component\HttpFoundation\Cookie` but the PHP native functions `setcookie` and `session_set_cookie_params` Unfortunately, those do not...