Daniel Petri

Results 28 comments of Daniel Petri

Hi, thank you for the swift response. Thanks for the info that the db key was missing too, as this pointed me in the right direction. I am indeed using...

I believe the issue is that the Pad class has its own `toJSON` implementation which removes the `id`. So when calling e.g. `JSON.stringify()`, the padId is removed despite being present...

Introduced in https://github.com/ether/etherpad-lite/commit/79e7697c1cff44fb607d0b123c486f52d55e805d

Hi! That is a great idea and PRs are welcomed. Unfortunately, I'm not actively maintaining this project anymore as https://github.com/bigbluebutton/bbb-presentation-video/ is now officially part of BBB.

Hi, after some investigation, I think the problem is with the `` tag being specified without `target = "_blank"` set [here]( https://github.com/ether/etherpad-lite/blob/296b76b21ecc4da7ab8fdaa53b7ce9df20a64c54/src/static/js/domline.js#L180C12-L180C12). However, while being not familiar with Etherpad's source...

Users facing this issue can try increasing Etherpad's allowed number of requests in a 90 second window to, e.g., 32 instead of 16: ```json "importExportRateLimiting": { // duration of the...

Hi Fred, One way to reproduce the issue is by setting the `importExportRateLimiting.max` value to a low number like 2 and restarting the Etherpad service. Then, downloading some notes from...

Hi! Only versions up to 2.5 are supported. The whiteboard changed starting from BBB 2.6, breaking this script as Jean stated. I made the necessary changes to support it in...