babakfp
babakfp
Explore posts from servers
DDeno
Created by babakfp on 5/8/2024 in #help
How to delete all data of a `Deno.Kv` DB file?
I can't even dislike!
This interaction failed
This interaction failed
4 replies
DDeno
Created by babakfp on 4/12/2024 in #help
Looking for an alternative to x/deno_open
Yep, I exactly did that. Thanks.
4 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Deno Oak doesnt work when compiled to `.exe`
Hey πŸ‘‹ Thank you for taking the time and taking a look into this! I removed Oak and switched to https://deno.land/x/[email protected], it doesn't have the same issue and has a much cleaner API. Thanks again.
8 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Deno Oak doesnt work when compiled to `.exe`
8 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Deno Oak doesnt work when compiled to `.exe`
I fixed those up. I was going to send more info on this but Discord didn't allow me to send a screenshot. Even this code doesn't work (no console log and no errors):
import { Application } from "https://deno.land/x/[email protected]/mod.ts"

new Application()

console.log("βœ… The HTTP server is running.")
import { Application } from "https://deno.land/x/[email protected]/mod.ts"

new Application()

console.log("βœ… The HTTP server is running.")
Can someone check this out if they have the same issue on their system?
8 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Incorrect 404 error when importing an explicit version of a package
Thanks for the explanation πŸ‘
7 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Incorrect 404 error when importing an explicit version of a package
WHAT!
7 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Incorrect 404 error when importing an explicit version of a package
So, this doesn't work (doesn't have v after @): https://deno.land/x/[email protected] but this one have the v and it works: https://deno.land/x/[email protected] but this other package doesn't have the v and it works! https://deno.land/[email protected]
7 replies
DDeno
Created by babakfp on 4/5/2024 in #help
Incorrect 404 error when importing an explicit version of a package
What! I just realized what is going on! v
7 replies
DTDrizzle Team
Created by babakfp on 2/7/2024 in #help
Are there any examples with Drizzle + SvelteKit + `better-sqlite3`?
Thank you for your explanations. Can you help me up deploying this project on Vercel, please? https://discord.com/channels/1043890932593987624/1206258952657043487/1206258952657043487
7 replies
DTDrizzle Team
Created by babakfp on 1/22/2024 in #help
What should I put inside `dbCredentials`? I'm using a local `.db` file with `better-sqlite3`
Thanks to everyone 🌸. It worked. I also got to deal with this issue (this resolved too): https://discord.com/channels/1043890932593987624/1204842928598425690 It's not about docs being clear or not, it's about I couldn't find what I was looking for, things were confusing and I honestly had the worst time of reading a documentation. Why a property that holds a path to a file is named url? This is the worst thing they could name it.
8 replies
DTDrizzle Team
Created by babakfp on 2/7/2024 in #help
Are there any examples with Drizzle + SvelteKit + `better-sqlite3`?
This did the trick, thanks 🌸🌸
7 replies
DDeno
Created by babakfp on 11/28/2023 in #help
How Can I Delete Deno???
No description
7 replies
DDeno
Created by babakfp on 11/28/2023 in #help
How Can I Delete Deno???
FIXED. I was getting this errors too: https://discord.com/channels/684898665143206084/684898665151594506/1177839541298663446 I click on the "Go to output" button, go to output view and find this path: C:\Users\babak\AppData\Local\Microsoft\WinGet\Links\deno.EXE. I removed the deno.EXE file (it was a shortcut), so I also located the actual file and I removed the folder containing it (C:\Users\babak\AppData\Local\Microsoft\WinGet\Packages\DenoLand.Deno_Microsoft.Winget.Source_8wekyb3d8bbwe). That was it. The reason that I had another installation of Deno is because when I was trying to install Deno, I tried all of the methods because they wasn't working for me... so πŸ™‚
7 replies
DDeno
Created by babakfp on 11/28/2023 in #help
How Can I Delete Deno???
It seems like I have another version of Deno installed too! C:\Users\babak\AppData\Local\Microsoft\WinGet\Links\deno.EXE Taking a look into it...
7 replies
DDeno
Created by babakfp on 11/16/2023 in #help
Trying to benchmark `Deno.remove` but it fails
Alright, thanks guys 🌸🌸
9 replies
DDeno
Created by babakfp on 11/16/2023 in #help
Trying to benchmark `Deno.remove` but it fails
Aha Thanks for that. Is there a way to tell it to run only once?
9 replies
DDeno
Created by babakfp on 11/16/2023 in #help
How can I use "Logging with colors" with `"npm:log-update"`
4 replies
DDeno
Created by babakfp on 11/16/2023 in #help
How can I use "Logging with colors" with `"npm:log-update"`
If there is another library that I can use instead of log-update that works with "Logging with colors", I would like to try it out.
4 replies