Mentalrob

Results 6 comments of Mentalrob

same problem here, i used pip3 install for manticore and etheno

I couldn't fixed it, used a nasty workaround

I get the slothash offchain and giving it to the program as a parameter

I'm experiencing same issue with different setup ```vue const editor = ref(); const sourceCode = ref("Hello world") function searchText(text) { editor.value.getModel().findAllMatches(text); // Freezes. } ```

Yeah you are right, it was a typo in the wiki. But it caused a lot of trouble to me, i spent around 3 hours to figure out whats wrong...