nolimitdev

Results 61 comments of nolimitdev

My finding is that this feature is depended in SIM card of mobile operator. If mobile operator does not store cell phone number on the SIM this feature is not...

There are many use cases that we do not need complex well known lib. In my case I just want to use your lib to get fingerprint of some JSON...

UPDATE: yes, commit https://github.com/chrisveness/crypto/blob/8ee96a/sha3.js works well in IE 11

@alexander-akait but https://github.com/webpack-contrib/css-minimizer-webpack-plugin/ is not replacement for case when custom CSS processor is specified by `cssProcessor` option. So is there some webpack 5 compatible alternative for code below? In my...

Alternative is https://github.com/mistakster/postcss-pipeline-webpack-plugin with wide range support: Webpack 3.x, 4.x, 5.x and PostCSS 6.x, 7.x and 8.x branches.

What is the solution please? I have exact problem described here, but Im sure I have correct special SIM card for just NB-IoT. I have some SIM7000E which connects to...

I have found where is the problem.... **AT+CBANDCFG**. E.g. SIM7000E has by default... ``` AT+CBANDCFG? +CBANDCFG: "CAT-M",3,5,8,20,28 +CBANDCFG: "NB-IOT",3,5,8,20,28 ``` but when you change by mistake by running any testing...

@lvfxbr One thing I do not understand... how it is possible that in old VUE 1 v-model works well out of the box on android device during auto prediction... I...

@posva did you please noticed @lvfxbr 's comment https://github.com/vuejs/vue/pull/9814#issuecomment-698588240 ? Thanks. It seems that no .eager is needed just to investigate how it is possible that VUE v1 did not...