Kyle Fazzari

Results 179 comments of Kyle Fazzari

What's the difference between "feature" and "enhancement"?

I propose updating the config to have these values, and optimizing X and Y depending on the RAM available. Any other hard recommendations? ``` query_cache_type = 1 query_cache_min_res_unit = 2k...

Whaaaat, that sounds potentially awesome.

Well, maybe not: > Only consider enabling innodb_dedicated_server if the MySQL instance resides on a dedicated server where it can use all available system resources. For example, consider enabling if...

> You can always keep passing const and then const_cast them if you're sure they're not const Except, as you point out, this really isn't a const operation, so I'd...

Confirmed, this makes the snap unusable. Nothing interesting in the logs during usage that doesn't relate to collabora. When trying to open a document I see this though. Not sure...

Got a lot of these in my PHP error log: ``` [07-Dec-2020 17:38:41 UTC] PHP Warning: file_get_contents(http://localhost:9982/hosting/capabilities): failed to open stream: HTTP request failed! in /var/snap/nextcloud/24828/nextcloud/extra-apps/richdocumentscode/proxy.php on line 208 [07-Dec-2020...

> Is it really necessary to run us as root? Yes, as [we've discussed before](https://github.com/CollaboraOnline/richdocumentscode/issues/26#issuecomment-639605866), daemons in snaps run as root, although note that root in snaps is still confined...

@calbav `sudo snap refresh --beta nextcloud` will get you on 20.0.4. It will be released to stable shortly.

Any chance this is fixed in #99?