David Maxson

Results 7 comments of David Maxson

Upon further exploration, this issue only occurs when I use the "CMS Plugins" drop-down from within the ckeditor modal. I can create a link just fine if I create it...

I've tried tweaking that flag, both as a hot-patch at the beginning of my code: from sql_server.pyodbc import features features.DatabaseFeatures.max_query_params = 2000 And by just appending that property to the...

Adding a use case here: when deploying an API server behind an AWS load balancer, it's fairly common to get 502 errors (Bad Gateway) from the ALB. Retries would generally...

I suspect a mixin would do the trick just fine, and would be more natural than my proposed class decorator. It's clearly been a while since I first had this...

Not sure if it's relevant, but the MDS servers seem to be rebooting. Their only logs are: ``` ceph_mds.2.zy70i20ggnf2@maxrack01 | Reading Swarm secrets ceph_mds.2.zy70i20ggnf2@maxrack01 | 2018-06-18 16:58:02 /entrypoint.sh: static: does...

Same here. I can't find the error report at the moment, but I think it said something about the child process terminating unexpectedly. Will edit and share if I can...