Renan Coelho
Renan Coelho
Please, it is possible to simulate a loading bar when scripts and css is not loaded? This is my first time using your scripts and I've loved it. Thank you...
Hi! I need to rerender a chart when some data gets updated to make it reactive. How to do that? Thanks!
I'm having an error when trying to decrypt. The encryption is fine. ## Reproduce: ```dart String publicKey = '-----BEGIN RSA PUBLIC KEY-----' 'MIIBCgKCAQEAqxd87o5VeHQclWAz6Y3QziDm4KT8ONP5sVKLuB0wvy4dE7yDR2UvR8aiPAPg1L6m0lEffTHrRtKEtcQnzWY5R/aoANPCBJYqM5RAEb1W1t1w3Xgvi/ZjzFTmwm70QZdOn+8u8Yb9d1g+G1R0yk0t7AeQtxWNKKJyR1eibJvFHB/uXru3IyHT/J7JfCgJiJTqcuT5Vt7+D03I4xtTu5IMpsVuXWSeK8DfgdVkNCXiYJmx3jDa2kWDSyBlO9hMXZZElECnifVtB/u2YA8x7Ju3+PcCTeLTpvNXelKzvooNeN/uD3fJhbb4eCiygTYFWzzzkgDhs4xg8FTaUgwtKXoewQIDAQAB' '-----END RSA PUBLIC KEY-----'; String privateKey =...
I'm trying to install this library in my React project, but I'm receiving the error below when I run `yarn start`: ``` ERROR in ./node_modules/@cosmjs/crypto/build/pbkdf2.js 50:67-84 Module not found: Error:...
My code ```js const onRecaptchaResolved = () => { console.log('captcha resolved!!!') console.log(recaptchaInstance.getResponse()) } ... return ( setRecaptchaInstance(ref)} sitekey={process.env.REACT_APP_RECAPTCHA_SITE_KEY} onResolved={onRecaptchaResolved} /> ) ``` My logs ``` captcha resolved!!! Uncaught (in promise)...
Hi guys! I need to create some themes for badger-accordion using my own components. Example: ``` Nice header Nice content ``` MyCustomAccordion.vue ``` .custom-content-style { background-color: red; } ... ```...
I'm receiving an error from your SDK. ``` SyntaxError: Unexpected end of JSON input at JSON.parse () at exports.XMLHttpRequest.xhr.onreadystatechange (/workspace/server/node_modules/ip-geolocation-api-javascript-sdk/IPGeolocationAPI.js:199:33) at exports.XMLHttpRequest.dispatchEvent (/workspace/server/node_modules/xmlhttprequest/lib/XMLHttpRequest.js:591:25) at setState (/workspace/server/node_modules/xmlhttprequest/lib/XMLHttpRequest.js:610:14) at IncomingMessage. (/workspace/server/node_modules/xmlhttprequest/lib/XMLHttpRequest.js:447:13) at...
My server just crashed after few months using this library. I'm using try/catch, but I think the error was caused by an event listener block and my code couldn't handle...