Results 22 comments of mofada

> 我遇到类似的问题 后来解决了吗?

> @Seb-L, any update? Is it possible to revert back? I try to use [localStorage](https://developer.mozilla.org/zh-CN/docs/Web/API/Storage) alone for storage and it works fine

Temporary workaround, the works fine ![image](https://user-images.githubusercontent.com/22286246/186560218-30e10ebc-b589-4ccd-af42-f93b532d9d87.png)

Running `help('modules')` in REPL mode shows that there is a utime module, but I cannot find it in the editor, what should I do? ![Y1Y$ `D%EXM37KB }_1~AR](https://user-images.githubusercontent.com/22286246/97841143-3331e900-1d20-11eb-9bd6-e807c3177c54.png) ![~BNG8K9Y(UJY%88F_4G _61](https://user-images.githubusercontent.com/22286246/97841202-4cd33080-1d20-11eb-82a0-01ea65b6e71a.png)

Oh, sorry, I think my problem is a plug-in problem

@kopp Yes, I am using this plugin, but it seems that the most recent update was three years ago and I am not sure if it is still being maintained.

[intellij-micropython](https://github.com/vlasovskikh/intellij-micropython) Or this plug-in is also very good, but it also lacks those few files. I filed an issue and I don’t know when it will be updated.

I think I have the same problem, I asked a question on stackoverflow https://stackoverflow.com/questions/68702117/i-have-a-problem-with-the-code-in-viewmodel-kotlin-coroutines-livedata

> I think we can do it with LiveData Transformations. You listen to the changes in the post body and when the body changes Transformation.switchMap() will trigger and it will...

实践了一下,确实是的