GitRinger
GitRinger
On windows, the way to get rid of this is to modify the properties of the exe to "Windows 8" compatibility mode.
I wrote the content here. I just want to add that I tried converting this command to the docker compose format, so that it could be deployed with a docker...
I was using the latest version at the time. the main setting I am speaking of is the disk mounting lines in the config. elcuidate's gui allows you to drag-drop...
I wrote an article for this and how I deal with it. I will copy it here also. But it would be great if you could fix this issue. Be...
No, this would not be just for drivepool. The root of the problem is that Elucidate assumes the content files will be in the root of whatever the disk roots...
> Hi, I have found a solution. you can enter client_max_body_size in the costome file server_proxy.conf, then it works. You can read [here](https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations) where and how to create the file....
I have now tried this in all sorts of ways, and it never works. Nothing seems to change the NPM behavior. I thought it was something to configure on Seafile's...
i found out the issue. it's not nginx. it's cloudflare. they have 100mb limit. nothing you can do.
oh ok! then please let us know if you come up with anything. I've tried everything i could think of.
> This script in the head makes it work: > > ``` > > window.onload = function() { > let codemirror = document.createElement('script'); > codemirror.src = 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.2/codemirror.min.js'; > document.head.appendChild(codemirror); >...