Ali Akhtar

Results 7 issues of Ali Akhtar

Oops, I had a typo :) Ignore this

Which version of this project is safe to use in production?

I'm following http://www.defuze.org/archives/351-running-a-zookeeper-and-kafka-cluster-with-kubernetes-on-aws.html in order to deploy Kafka on Kubernetes. This is what my configuration looks like: ``` containers: - name: kafka image: wurstmeister/kafka ports: - containerPort: 9092 env: -...

question
kubernetes

Details: https://stackoverflow.com/questions/56883748/memory-leak-with-jdbc-sqlite

waiting for feedback

Hi, is there a way to use this model inside an IDE, e.g Intellij?

I used your plugin on a vue.js application where it was being used multiple times in the same window. E.g imagine a list of results. Each result had an element...

Hi there, I'm working on an infinite scroller using this library, where more content is loaded once you scroll to the bottom. Great library, btw, it works perfectly on both...