Stephen Taylor
Stephen Taylor
I don't know if this will help but I ran `service log2ram status` and found I have the error: RAM disk for "/var/hdd.log/" too small. So my service wasn't starting,...
I think I went down a path with the set-default flag thinking that might keep the older one. But I get it now. Thanks for jumping on this so quickly....
I've had the same experience. Not an error, per se, and your explanation above is clear. However, to allow for some idempotence, is there a way to reset the rules...
I have the same issue but with quieter logs: "Nexus data directory already in use: /nexus-data". It's a clear error but as @JamesrenaudMitel asks how do containers share existing volumes?
I've verified that leaving the teams field off works without error (but of course doesn't help if I need teams info!): ``` from monday.resources.base import BaseResource from monday.query_joins import get_users_query...
Adding this for posterity, but this works for what I need for breaking up the files. It assumes the name "manifests" exists as a folder, in my case ready for...
I tried changing the get in plantuml.py to ``` response = get(url, verify=False) ``` but that doesn't help. Same errors. I tried it against the official plantuml server and it...
I had to ensure 'pip install requests[security]' was installed and turning off the cache seemed to ensure it would call. It complains about https but it gets it. ``` #...
Got far down the road then realized my _local_ copy of code had ``` response = get(url, verify=False) ``` I started down the road of updating a fork, but got...
I think the ability to quickly disable SSL validation is all I really need. I had looked into REQUESTS_CA_BUNDLE but also ran into situations with SAN and wildcard naming. We've...