tommyhlw

Results 9 comments of tommyhlw

> > You definitely should close it as it's an issue with etherpad project, not with playbook. > > We build etherpad image with injected list of plugins as workaround:...

> I could solve this issue by addressing the mysql error Connection to mysql failed with message: SQLSTATE[HY000] [2002] Connection refused. In my case, the database user was only allowed...

same issue here: [2023-01-16 20:32:45.957] [INFO] plugins - npm --version: 6.14.15 [2023-01-16 20:32:49.207] [INFO] console - Your Etherpad version is 1.8.18 (4b96ff6) > Since I am unable to install plugins...

For me this looks like a bug in 1.8.18 just tested with a blank volume and docker image 1.8.14 and 1.8.15 There the plugin installation via admin page worked like...

`But another problem occurs: when i docker-compose down && up -d, the plugin previously installed have all disappeared.` I guess you need to add a volume were the plugins will...

```yml version: '3.4' services: pad: depends_on: - db_pad configs: - source: app-settings target: /path/to/etherpad/settings.json env_file: - pad.env volumes: - ./pad_storage/_data:/opt/etherpad-lite - /etc/localtime:/etc/localtime:ro image: etherpad/etherpad:1.8.15 restart: always environment: - VIRTUAL_HOST=my.etherpadurl.com -...

happy to read this. Thank you for maintaining OwnPad

how hard would it be to make a workaround which prevents all set_scale('log') in 3D and calls a module which calculates the affected data array log (e.g. np.log(data) ) and...

@Teque5 that's kind of the same I wanted to solve this issue. But neither with my way nor yours I was able to show log date in 3d plot correctly....