-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements #6
Improvements #6
Conversation
Hi @wbenny Looks great!! BRs. |
My bad, looks like I've commited files before actualy saving them in the editor. Let's see if it passes now :) |
Huh, looks like I need to do more fixes :) |
Well, it seems some example code still using anyhow, it's better to add this crate in 'dev-depencies' |
For the wasm32 one, I can check it later and provide some help. But if you have any ideas, please feel free to patch it. I've changed the privilege of CI-running so that you can run it yourself. BRs |
I've managed to fix everything mentioned and force-pushed over the last commit. However, it looks like the CI workflow didn't trigger. |
Cheers! Happy to hear that. Do you need a new release of this? If so I will process it ASAP. |
New release would be perfect :) Thank you! |
Hi there, |
Hi there!
I've stumbled upon your nifty library and it's been real help.
However, I found that I had to do few changes for my use-case.
I feel those changes are general enough that they can be useful for everyone.