Idris Mokhtarzada
Idris Mokhtarzada
Ideally there should be a way to use `react-native-hockeyapp` without `AllFeaturesLib`. Maybe it needs a separate npm package? 😢
Has the CSS interpolation fix been implemented yet? Any updates?
@alanhogan I actually moved from Sass (Scss) to Less. If Github forks/follows is any indicator, cloudhead/less.js is way more popular than nex3/sass @rc1 you say "the fix has been applied",...
@yuanyan can you please merge this? It's breaking our CI
@siyb / @sushantdhiman an easy test case would be: Create a table (`projects`) with unique constraint on a field `name` Then run: ```js await Projects.create({ name: 'foo, bar' }); try...
By the way, this same issue happens with `)` in the string as well as `,`
@Guymestef have you had any time to improve the coverage gutters to actually be gutters?
@superandrew213 this needs to piggy-back off of #135 and force the user to call `finishTransaction`. Use case: If the user purchases something from the appstore, we need to notify our...
I added a comment on #135 with how I think the API should work: https://github.com/chirag04/react-native-in-app-utils/pull/135#issuecomment-383614510 Happy to help implement if we think this is the right direction.
@chirag04 can this get merged? The library without this is really wrong, and causes problems because the transaction gets finished before the app confirms that processed it.