Alex Railean

Results 69 comments of Alex Railean

I have the same issue as @chhuang described. My objective is to fetch new results from Elasticsearch, as more characters are typed into the field, gradually refining the list of...

I understand the idea, but it has a side-effect in my case - the input field is losing focus after each key event. I then call `document.getElementById('my-id').focus();` to explicitly set...

I agree that an AJAX call should not affect the focus in anyway, but nevertheless that is what I see. I produced a minimal example that exhibits this behaviour. As...

I have the same error, the problem occurs here `model = model.eval()` https://github.com/omerferhatt/torch2tflite/blob/master/torch2tflite/converter.py#L65 For me, `torch.load` returns an OrderedDict, which doesn't have an `eval` method, hence the error: `'collections.OrderedDict' object...

Hi! It will be easier to try to help you if you provide some more info about what you tried in order to achieve your goal, what error message you...

Hey there, @linzissu, did you find a solution to the problem?

Thanks for your feedback. I tried it with my domain - and it indeed works, even though the same scenario applies (other domains are given in `subjectAltName`). I guess the...

Aha, I see. Thanks for the hint. @louislam, can you double-check your link? It points to this discussion.

Considering that the last activity here was 3 years ago, I'd like "rekindle the flame". Having such a check would make it easier to publish well-polished documentation.

Thank you for your help, the code you provided produces a much better result. For the benefit of other readers, here is my understanding of why the original code doesn't...