Opa
Opa
This would be cool to handle extra `headers` parameters type 😃
I think you're right, it appears that `elasticsearch-hadoop` or Spark completely ignores it and I got no response from the ES server when trying to connect in https while not...
In my case, I was finally able to run zipkin-dependencies by setting `SPARK_CONF` environment variable to `es.net.ssl.cert.allow.self.signed=true`. This differs a bit from a full SSL no verify as mentioned on...
Reporting the same issue here with Rocket.Chat `3.8.1` and docker image `rocketchat/hubot-rocketchat:v1.0.11` ``` [Mon Nov 23 2020 18:39:39 GMT+0000 (UTC)] INFO Message received with ID id [Mon Nov 23 2020...
So it appears that the variable `newmsg` -> https://github.com/RocketChat/hubot-rocketchat/blob/v1.0.11/src/rocketchat.coffee#L137 is now an array. Replacing all occurrences of `newmsg.` with `newmsg[0].` did the trick but I'm not sure what the root...
Here's a workaround if you're in the same context as me : - You want MongoDB to handle `_id` generation - You only need the `id` field in a response...
On a Raspberry Pi5 I got this annoying message ``` Newer kernel available The currently running kernel version is 6.1.0-rpi7-rpi-2712 which is not the expected kernel version 6.1.0-rpi7-rpi-v8. Restarting the...