Mateus Dubiela Oliveira
Mateus Dubiela Oliveira
- Move `Session#merge_environment_variables` from `Session#request` to `Session#send` to make it consistent - On `Session#send` change variable precedence to (higher precedence first) `kwargs` -> `session args` -> `environment`.
Criar um botão que atualize os horários salvos de um semestre passado para o semestre atual.
Sometimes when you are in a `dev` environment, or even when you want to create a instance of a database cluster that you won't like the service to be running...
In the replica set definition function, after it creates the replica set, if you do a consecutive run of chef-client in the instance, the script then tries to [convert the...
I'm getting this error message from trying run chef on a newly created mongodb instance with a replica set configuration: # Message ``` aws_instance.graylog-mongodb.0 (chef): - restart service service[mongod] aws_instance.graylog-mongodb.0...
Adds support for [multi-target pattern](https://prometheus.io/docs/guides/multi-target-exporter/). Refers to #130 Discussion points: - Should we always enable the `scrapper` by default? Is this possibly a security problem?
While testing code that relies on environment variables or system properties, it is good to be able to manipulate the `System` module methods to not pollute the environment with `set`...
There are inconsistencies when working with proxy environment variables using `Session` objects. When using `Session#request` or verb methods (`get`, `post`, `put`), those work correctly and use the proxy when they...
Hi Folks! *HttpKit Version*: `v2.6.0` When there is an exception on the `callback` function from `http/request` the exception will always be printed using [HttpUtil/printError](https://github.com/http-kit/http-kit/blob/v2.6.0/src/org/httpkit/client.clj#L250-L251). This is undesirable as there is...