Adam Cécile
Adam Cécile
Hello, Could you please explain me what I'm supposed to do to workaround this issue ? If I understood other tickets correctly, the issue comes from MLSD not being supported...
Hello, Here is a quick improvement to be able to use auto-restart feature provided by systemd service files. Best regards, Adam.
Hello, I have a docker container running RMQ, in Marathon. One port is tagged as amqp (data protocol), the other one as mgmt (management interface) Where doing: ``` dig -t...
Hello, Most of the version fails to build with the following error: ``` [error] /home/acecile/packaging/marathon/marathon-1.9.109/build/type-generator/src/main/scala/mesosphere/raml/ir/FieldT.scala:76:36: type mismatch; [error] found : java.util.stream.Stream[String] [error] required: scala.collection.GenTraversableOnce[?] [error] val lines = comments.flatMap(_.lines) ```...
Hello, I'm trying to deploy PowerDNS however it has to leave in it's own context-path / wwwroot to be deployed on our reverse proxy. I fixed the code using the...
Hello, I'm not sure exactly what this setting is aimed for, but without setting it I get "no endpoint found" with both fog (through Foreman) and with OpenStack python cli....
Hello hh, When using oneOf + discriminator, the OpenAPI spec is supposed to provide a hint to aiohttp-swagger3 on which schema should be chosen to validate provided payload. If so,...
Hello, It would be nice it this generator cool be called from Python code instead of command line, I mean something like this: ```python import swagger_marshmallow_codegen SPEC = """ openapi:...
Hi, It seems the "forms" parsing is highly broken, here is my simple code snippet: ``` python #!/usr/bin/python import mechanize br = mechanize.Browser() br.set_handle_equiv(True) br.set_handle_redirect(True) br.set_handle_referer(True) br.set_handle_robots(False) r = br.open('http://192.168.1.1/login')...