André Herculano

Results 9 comments of André Herculano

So I'm reading the code and I see depthy was built as an Angular mode, so it'd be rather difficult to get it without the framework. So I'd ask, how...

Hey @panrafal thanks for your help. I managed to get a slimmer version, here https://github.com/andresilveira/depthy Even though I still have no clue how to use it without Angular :/

Hey @panrafal I'll try it out. Thanks a lot for the help :) Once I have it working, it'll be a pleasure to document it and submit a PR.

It turns out that I was adding the account inside the account note as the follow: ``` ruby @account.account_notes.create(account: @account) ``` When I removed the account key from the create...

Sorry for the digging this issue out of the grave but has this perhaps been addressed on #399 ? And could anyone point me to the doc on how to...

It'd be awesome to have this merged. New React Native projects fail to build on Android because of it.

Just adding my two cents. Ran into the same issue using `7.3.0` and `7.2.0`. Version `7.1.0` doesn't have the same problem.

@asafkorem is the RC release you mentioned out? I can only find [21.0.0-rc3](https://github.com/wix/Detox/releases/tag/21.0.0-rc.3), but that's from May. Update: at the time of this update, found out `21.0.0-rc11` is out, just...

I had the same issue starting with version `0.31.0`. I moved the `coordinates()` call to the beginning of the `mavenPublishing` block and the issue disappeared: ```diff mavenPublishing { + coordinates(group.toString(),...