cdesch
cdesch
Having an embedded downloader during the installation makes sense if the version of the [`librdkafka`](https://github.com/edenhill/librdkafka) is going to be changing a lot or can be set as part of the...
Does the current default Prometheus exporter push currently, given the `host` and `port` as the destination?
@void-witch Could you please take a look at [issue 38](https://github.com/LeeHanYeong/django-quill-editor/issues/38)? It looks like the new code is causing an issue.
I was also looking for a way to do this. I need to migrate data that is already formatted into the quill format from an excel file. Did you find...
Thanks @juanpasolano. That works. Then I can do: Name Or I could then put a function or a value from `this.state.columnHidden`. Is there any shortcut that would allow me to...
@mrkaspa is this the error you're getting? ``` (FunctionClauseError) no function clause matching in Keyword.merge/2 (elixir) lib/keyword.ex:579: Keyword.merge(nil, []) lib/ueberauth.ex:175: Ueberauth.init/1 (plug) lib/plug/builder.ex:193: Plug.Builder.init_module_plug/3 (plug) lib/plug/builder.ex:181: anonymous fn/4 in Plug.Builder.compile/3...
If I'm understanding that correctly (sorry, new to the `tlaw` gem), this would allow us to put request headers in each request? Like this, where ``` uri = URI("http://localhost:8080/places") params...
Thanks @zverok. I might give it a go. It seems like it could work. I'll use the params in the meantime. Thanks!
@zverok Thanks! Will you be sharing the novel?
@arjun289 the [`consumer_group` in the config](https://github.com/kafkaex/kafka_ex/blob/0d222574a1178fcebca0824c193b86530d4ee8fb/config/config.exs#L31) can be set to `:no_consumer_group` Starting a individual consumer can be done like this: ``` KafkaEx.GenConsumer.start_link( Cx.ExampleGenConsumer, "foo", "foo", 0, commit_interval: 5000, commit_threshold: 100...