Nadir Absemetov

Results 7 comments of Nadir Absemetov

> I had the same bug. The problem appeared after a kernel update. It happens because there is no kernel module TUN. This can be checked with the following command:...

> I get timeout error when the NodeJS version is >= 15. downgrading the NodeJS or the firebase resolved the issue. If you want to use latest version of firebase...

Hi @taeold! Let's think about what from this list could cause this error [v11.3.0](https://github.com/firebase/firebase-tools/releases/tag/v11.3.0) Fix bug where functions:config get command failed on empty variable. (https://github.com/firebase/firebase-tools/pull/4707) Fix invoker type mismatch for...

> I just tried [my simple repro](https://github.com/stdavis/firebase-emulator-timeout-repro) at v11.9.0 and it appears to be working correctly! > > Just to be sure, I downgraded to v11.6 and verified that it...

I solved this bug 1) I comment code https://github.com/algolia/autocomplete/blob/a95f06face48ca3ba23cdad9ae64891122c64773/packages/autocomplete-js/src/autocomplete.ts#L372 autocomplete.value.setQuery(''), it not nessasary This solves another problem [636](https://github.com/algolia/autocomplete/issues/636) 2) To change placeholder document.getElementsByClassName("aa-DetachedSearchButtonPlaceholder")[0].innerHTML = state.query; ```` function setIsModalOpen(value) { requestAnimationFrame(function...

Why after closing detached panel, these events happen, that clear the query? ``` onStateChange {activeItemId: null, query: 'Apeyron СД Трансформатор 60W (слим-металл) 5A 12V IP20 (140*40*30)', completion: null, collections: Array(1),...