Farzad Panahi

Results 14 comments of Farzad Panahi

I fixed this by changing finishOnBlur_ variable to false. ``` /** * @property {boolean} Is this autocompleter allowed to finish on blur? * @private */ this.finishOnBlur_ = false; ```

Is there a recent version that does not have this issue? I am trying to run a stable Prometheus but this issue keeps popping up every now and then and...

My dirty workaround so far is just to **always** delete the `chunks_head` directory prematurely before starting prometheus: ``` prometheus: container_name: prometheus image: prom/prometheus:latest restart: always entrypoint: ["/bin/sh","-c"] command: - 'rm...

What is the latest status on this issue for v1.6.1? Is the client library thread safe? Can I create one connection and use it in multiple threads to publish data...

Let me rephrase. Basically as you know there are two ways to identify a node on a network: - IP address (10.10.10.10) - Domain name (graylogserver.mycompany.com) Out of these two...

any movement on this ticket? my use case is to be able to have these env vars in a source control like my github repo rather than set and managed...

Any update on this? Just wondering what are the workarounds at the moment to authorize a websocket connection in Chalice? Should we just do it all manually for now?

@bluca what is your suggestion to get out of this deadlock?

we are switching to this -> https://github.com/scanapp-org/html5-qrcode-react

any update on this issue? is there a workaround now to display Lottie animation?