christopheSeeka
christopheSeeka
Hello, I have a problem with a json that the lib seem not able to fix: {"title": "Colorful", "desc": ""Lorem ipsum dolor sit amet, consectetur adipiscin"} It is because the...
Hello, I've been using browserify in my project for a year and half now, all working well untill i needed the support of "import" sintaxe due to a dependency using...
Hello, After npm install and running npm run watch im getting the following: ``` > webpack --watch --config ./webpack/webpack.config.js G:\WORK\www\wp-content\themes\custom\node_modules\webpack-cli\bin\cli.js:93 throw err; ^ TypeError: object null is not iterable (cannot...
Here the correction.
Hello, im trying a simple test: this is in my header: this is my code : ``` var element = document.getElementById('my-table'); var worker = html2pdf(); var worker = html2pdf().from(element).save(); ```...
Hello, Few days ago, my webapp stopped work, i checked on the server and it was stopped in pm2 and didn't want restart. I figured that the disk was full...
I built a web application calling metamask with code such as this one: ``` await window.ethereum.request({ method: 'wallet_switchEthereumChain', params: [{ chainId: chainId }], }); ``` But on mobile, android chrome,...
I really don't understand what can be the issue, it's all good on desktop but on mobile I always get camera not found even though i can list all the...
Hello, I don't see anything related to twitter in the user agent list, any particular reason for that? Any way to check if isTwitter bot? Thank you in advance
Hello, I'm getting the following error when dev in localhost, i didn't had such issue before. `Refused to frame 'https://verify.walletconnect.org/' because an ancestor violates the following Content Security Policy directive:...