Miroslaw

Results 14 comments of Miroslaw

Thank you. I had this error after rebooting the system. The command `edgedb instance start -I mytestname` helped

Are there schematics for SIM800H?

In addition to the country, it was also required to set city

I have the same problem. I installed WSL separately, but it still starts downloading WSL upon initialization. Administrator rights didn't help. I also discovered a bug during installation: when select...

Now I got the problem that vanX.list does not work as I expect https://jsfiddle.net/creatormir/sqnxt0c6/4/ ``` const {a, button, div, input, span, strike} = van.tags let items; const TodoList = ()...

Thank. This helped, I [wrote](https://jsfiddle.net/creatormir/sqnxt0c6/5/) `vanX.replace(items.arr, l => l.filter((item, idx) => idx != 2));`

it would be great if `vanX.replace` returned true if there were changes `let changeCheck = vanX.replace(items.arr, ln => ln.filter(item => item != findValue) );`

When using `vanX.replace`, the original object is not changed (values from the array are not removed). Do I need to remove them separately? In this case, will me need to...

Yes, indeed, this problem does not exist now, I forgot to update vanX. However, I noticed that `deleter()` creates empty cells rather than removing them from the array. To fix...

I don’t understand well, but what is the logic in leaving empty cells in the array? To fill them or what to do with them? Leave empty until better times?...