Ben

Results 22 comments of Ben

Perhaps there needs to be an element of risk:reward, so you could simulate higher risk behaviors for more food. A simple implementation could be food in the path of a...

+1 also having this issue with Vue 3 and Vite

I posted a workaround for the `@walletconnect/core` and `@walletconnect/qrcode-modal` packages but could likely be applied to the provider if you can find a reference to `_qrcodeModal` from core on the...

I'm working around this in the `@walletconnect/client` and `@walletconnect/qrcode-modal` libraries. This is a pretty horrible hack, but works for now. It promisifies the connect call, and after the first call...

I hit this recently, and worked it out was because I added a droplet to the project, but that droplet had a volume attachment which wasn't added. Adding `digitalocean_volume.app.urn` to...

package.json: ``` "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4", "babel-loader": "^8.0.6", "babel-plugin-module-resolver": "^3.2.0", "babel-plugin-source-map-support": "^2.1.1", "eslint-import-resolver-babel-module": "^5.1.0", "serverless-dotenv-plugin": "^2.1.1", "serverless-offline": "^5.12.0", "serverless-webpack": "5.3.1", "webpack": "^4.41.2", "webpack-node-externals": "^1.7.2" }, "dependencies":...

@soda0289 Empty except for the CloudFormation template, no zipped packages at all. No console messages, ends at the same point as the log above. I've tried reverting to a known...

@soda0289 Cheers for your help. Could not determine version messages have been there as long as I can remember, and never caused issues. Building with `includeModules: false`, and removing `externals`...

I've been able to track down the package causing the issue. Requiring [git-rev-sync](https://www.npmjs.com/package/git-rev-sync) in webpack.config.js is what's causing it to silently fail. Here is a demo app showing the issue:...

Also related #413 What about using Helia's fetch implementation instead? (https://github.com/ipfs/helia-verified-fetch)