Anoop M D
Anoop M D
Thanks @timrichard I think this is a much better and less ambiguous solution than the 'step' based approach. I also think it would be good to have a 'registerQueryChain' api...
Same issue here. I am using angular 1.6
This worked for me. ```javascript $(".rating-stars").starRating({ starSize: 25, totalStars: 5, initialRating: 0, ratedColors: ['#ffa700', '#ffa700', '#ffa700', '#ffa700', '#ffa700'] }); ```
This will go out in the 1.13.0 release. Please subscribe to [Discord](https://discord.com/invite/KgcZUncpjq) announcement channel to stay notified on the releases.
Hey @adiastra ! Sorry about this. I have replied to you yesterday from our support email. I hope you have received the email response. Let me know if you haven't,...
Hey @onlyutkarsh Thanks for the feedback and my apologies for the delay in getting the license keys delivered. So we do a batch process every 15 mins on all the...
@sanjai0py There is no process at the moment for assigning issues. You can work in this issue, share your progress here and then raise a PR.
@SoulKa I had to revert the fix as this was causing #1339 and #1076 Commit: https://github.com/usebruno/bruno/commit/a90467255535ba3c740363d5aa226bbede8b14ee This fix is going in the `1.8.0` release. ### So how do we solve...
@jcgsville You need to whitelist the crypto module See https://github.com/usebruno/bruno/issues/306#issuecomment-1751487377 > const crypto = require('node:crypto') This must be `const crypto = require('crypto')` Let me know if you are still facing...
This issue has been fixed and will go out in the 1.13.0 release. Please subscribe to [Discord](https://discord.com/invite/KgcZUncpjq) announcement channel to stay notified on the releases.