-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Bug] Quick usage example does not run. #2
Comments
Hello @Tezza48! The bug seems to be related to denoland/deno#2751 and how Worker imports are being resolved. Will be fixed in #3 😁 |
Cheers! |
Fixes #2 * bugfix: deno assumes relative path for worker * add a log * try using URL() * Update mod.ts * chore: remove test import * chore: test dirname * Update connector.ts * Update README.md * chore: remove test console.log Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>
@Tezza48 We've released v0.1.1 for the package. Can you try installing this version and see if things work fine now? - import { CasualDB } from "https://deno.land/x/casualdb@0.1.0/mod.ts"
+ import { CasualDB } from "https://deno.land/x/casualdb@0.1.1/mod.ts" Also, we've made a deno cli flag mandatory. You'd have to pass |
Add @Tezza48 for bug |
I've put up a pull request to add @Tezza48! 🎉 |
Appears to work like a dream. Thank you very much! |
Steps to reproduce.
.ts
file.deno run --allow-read --allow-write --unstable .\index.ts
My source: https://gist.github.com/Tezza48/2618a1d52e894d68e79161afcfa098cf
About me:
I am a web game developer from England at a small studio, working in Typescript. I'm using Deno purely for for learning, currently working on a blog/portfolio.
The text was updated successfully, but these errors were encountered: