Vibin reddy
Vibin reddy
@bananasmoothii the approach which I mentioned should work for all Jetbrains IDEs - I don't think Pycharm is any different. I have tested in the following IDEs: IntelliJ Ultimate, IntelliJ...
> hi @vibin , I'm glad to see the solution you proposed. > > I tried it locally. After I performed the second step (renaming the binary agent file in...
> > hi @vibin , I'm glad to see the solution you proposed. > > > > I tried it locally. After I performed the second step (renaming the binary...
I gave [1.18 ](https://github.com/sergei-lapin/napt/pull/15)a try today on a new Android studio project and found a compilation issue: ``` * What went wrong: Could not determine the dependencies of task ':app:mergeDebugJavaResource'....
I too observed this in my custom DialogFragment. No issues when used in Activities though.
+1. Response examples are a hygiene feature
Also, piggy backing [off of this idea](https://github.com/usebruno/bruno/issues/973#issuecomment-1852173213) (using Docs tab for response examples), it would be great to allow including content from other files using [markdown-it-include](https://github.com/camelaissani/markdown-it-include). What the .bru would...
The `AccessibilityNodeInfo.getContentDescription()` NPE seems to be a bug in uiautomator that was fixed last year in [2.3.0-alpha04](https://developer.android.com/jetpack/androidx/releases/test-uiautomator#2.3.0-alpha04). https://github.com/mobile-dev-inc/maestro/pull/1733 (not released yet) upgrades uiautomator to 2.3.0, so it should address this...
Yeah...worked for me for groups, but not Artboards! Thanks for the plugin!
I'm seeing the same issue on VS Code 1.87.2, which is the latest version ``` FetchError: ERR_HTTP2_STREAM_CANCEL [redacted] at fetch (./node_modules/@adobe/helix-fetch/src/fetch/index.js:99:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at cachingFetch (./node_modules/@adobe/helix-fetch/src/f ``` From our...