limitedAtonement
limitedAtonement
Sounds like this one can be closed?
I track personal time spent doing business-related things (taxes, bookkeeping, etc.) using myself as the customer and an appropriate project and activity.
Are there any plans to implement this functionality, or can this issue be closed?
This can probably be closed as it's been inactive for nearly three years. @adrians If you are able, please submit the PR with an option to use use either symbol...
I think I'm hitting this issue right now. Is there a known workaround? I used create-react-app then added web3 to package.json, and I don't understand the resulting errors: ``` Module...
Thank you for the help! I removed `web3` from `dependencies` and added the `browser` line you mentioned and I think matching the example to which you linked. The compilation errors...
(from discord conversation) I was adjusting my project's `package.jsqn`, but should have been adjusting the web3 `package.json`. I used this ``` awk '/"main":/ { print; print "\"browser\": \"dist/web3.min.js\",";}1' /app/node_modules/web3/package.json >...
Is this tested?
I was experiencing this error five minutes ago. I moved to the mentioned fork (https://github.com/urvanov-ru/crayon-syntax-highlighter), and now it's all good. Thank you!
Thank you for all your work getting this tested and merged! How do I get this version of web3? I'm currently using web3 version "^1.7.5" from npm and I think...