estafaa
estafaa
Hi! This worked for me (rails 6.0.3.1, 'webpacker', '~> 5.1', '>= 5.1.1', but this maybe not important ): 1. add `gem "cocoon"` 2. run `yarn add github:nathanvda/cocoon#c24ba53` 3. in ~/app/javascript/packs/application.js...
Hi everyone, I am trying to integrate with Amazon seller for the first time (not migrating from MWS) I have the same issue "access denied". There is one comment in...
> @estafaa would need to see your log/example usage. there's no known issue if you're providing a valid sp-api refresh_token I have a seller account on Amazon, an approved developer,...
> @estafaa any update on above issue? I have cross-checked every credential and the whole flow seems okay but still getting error That time I contacted Amazon support and they...
this seems to fix it: ``` //first make sure AudioContext is loaded, then set the state change var checkAudContextInterval = setInterval(function(){ if(typeof getAudioContext !== 'undefined'){ getAudioContext().onstatechange = function() { //...
Hi @isaac-computer, I was searching a lot about this issue and I think someone mentioned even in some P5 discussion. Seems the problem is with the RAM of the device....
@DeveloperChallenge if you convert .mp3 to .wav you will have a big size file (depends on a length and quality/resolution), so it should be the same load on the memory....
I have the same problem. In our project, we use small files + oscillators. On mobile chrome (Pixel 3 XL) with a new version of p5 sounds crackles. Even if...
Hi Everyone, Recently I started getting messages from users with iPhones and iPads that they have cracking sounds. It can be an old iPhone or new, does not matter. Popping...
thank you @brianpeiris for your message. interesting, as this issue with iOS started recently. I forgot to mention that on mobile apple devices this issue is on Chrome, Firefox browsers...