sprajagopal

Results 10 comments of sprajagopal

> Does your test work locally? I tried on Pixel and Nexus devices locally (on the Android Studio) and they work fine. > Can you try adding the following before...

Out of the many tests, most of them also fail with: ``` androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching ```

I had a similar issue. In my case, my recorded tests (on a Pixel emulator) failed on a Nexus 6. Turns out the ViewMatcher had excessive parameters which I manually...

The app backup in android works seamlessly. I reinstalled the app in a new phone and the settings were all there.

So, I restarted leo and now I can do `act-on-node` without errors. I get a message saying: ``` Rendering /home/p/.leo/sample.jinja ``` Is the rendered output supposed to be present in...

This worked for me. Ended up rewriting `leo/plugins/jinjarender.py` as: ``` python #@+leo-ver=5-thin #@+node:ville.20110409151021.5699: * @file ../plugins/jinjarender.py #@+> #@+node:ville.20110409151021.5700: ** > ''' Render @jinja nodes. - sudo apt-get install python-jinja2 Create...

Thanks for this amazing project! It was super useful to me. I was trying this work around for the sign-in process. It works sometimes but not always. Particularly the rate-limiting...

@BlindingDark tried this, didn't work for me. I also opened an issue #78 which may be related to this. I'm gonna try and roll back the request package and see...

@BlindingDark That worked! Everything's smooth now. Even the `ANKI_NOTE_ID` is updated properly now.

For others with this issue, check #76 and the comments there. There is a workaround which might solve this for you.