Jo Sprague
Jo Sprague
I've also noticed some issues with unexpectedly high disk space usage on a fresh install. I haven't completely determined the root cause yet, but I was able to reclaim some...
I found some logs that are probably relevant at `/var/log/onlyoffice/documentserver/docservice/out.log`: ```log [2021-04-18T10:05:00.960] [ERROR] nodeJS - sendServerRequest error: docId = 300000001;url = http://nginx-server/index.php/apps/onlyoffice/track?doc=;data = {"key":"300000001","status":7,"users":[""],"actions":[{"type":2,"userid":""}],"lastsave":"2021-04-18T10:04:55.000Z","forcesavetype":1} Error: Error response: statusCode:400; headers:{"server":"nginx/1.19.9","date":"Sun, 18...
This looks like it might actually be a Nextcloud issue with this repo: https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud perhaps someone with the right GitHub privileges can move it there? More specifically, I think this...
It seems that with this setup, there is something still missing with the SSL config, that negates most of the benefits of having the document server installed. The DocumentServer is...
With the following config; ``` { "name": "Launch Firefox", "type": "firefox", "request": "launch", "url": "http://localhost:3000", "pathMappings": [ { "url": "http://localhost:3000/Users/Me/projects/mycompany/myproject-frontend/", "path": "${workspaceFolder}/" } ], "skipFiles": ["${workspaceFolder}/node_modules/**", "http?(s):/**"], "profile": "default", "keepProfileChanges":...
The same delay seems to happen with `"reloadOnAttach": false`. The configuration for creating the app bundle is essentially `create-react-app`. I start the app with `react-scripts start`, so I think the...
Sorry for the delay. Here's a log file with version 1.7.3 [log.txt](https://github.com/hbenl/vscode-firefox-debug/files/2658883/log.txt)
I'm running into this issue today. It looks like `react-fullstack-advanced` is missing from the latest version of `graphql-cli`. Adding it in manually, there seem to be some other problems with...
I'd also be willing to open a PR that converts this component to use JS styles (quickly becoming the React norm) instead of a global stylesheet that has to be...
This is what I'm using; ``` .react-datepicker { font-size: 1em; } .react-datepicker__header { padding-top: 0.8em; } .react-datepicker__month { margin: 0.4em 1em; } .react-datepicker__day-name, .react-datepicker__day { width: 1.9em; line-height: 1.9em; margin:...