babakfp
babakfp
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/abc@v1.3.3, 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/oak@14.2.0/mod.ts"

new Application()

console.log("βœ… The HTTP server is running.")
import { Application } from "https://deno.land/x/oak@14.2.0/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/cheetah@1.5.2 but this one have the v and it works: https://deno.land/x/cheetah@v1.5.2 but this other package doesn't have the v and it works! https://deno.land/std@0.221.0
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
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