cococore
cococore
Explore posts from servers
DDeno
Created by dobbyshmurdah on 10/16/2024 in #help
vite + react
how about this? https://docs.deno.com/runtime/tutorials/how_to_with_npm/react/ itworked several days ago
5 replies
DDeno
Created by m4rc3l05 on 10/11/2024 in #help
Deno v2 deno install not installing all dep files
i am interesting too, to know details
8 replies
DDeno
Created by adawg on 10/5/2024 in #help
Deno v2 RC not deploying properly?
yes, hono works now. Day or two before, just Deno worked, but with hono it was version 4 crush on deploy, or broken imports when manually changed to version 3. Forgot the file name. probably deno.lock
11 replies
DDeno
Created by adawg on 10/5/2024 in #help
Deno v2 RC not deploying properly?
🌟
11 replies
DDeno
Created by adawg on 10/5/2024 in #help
Deno v2 RC not deploying properly?
I would like to report that i had success to deploy deno2 with hono. Pretty simple example works at the moment. how can we close this ... section of help, as solved ? @TheSadMidDeveloper
11 replies
DDeno
Created by adawg on 10/5/2024 in #help
Deno v2 RC not deploying properly?
@TheSadMidDeveloper nope. The super simple case works. But if you import something in main.ts file deno.lock has "version": "4" ,and this still raise error. on deploy
11 replies
DDeno
Created by adawg on 10/5/2024 in #help
Deno v2 RC not deploying properly?
@cdoremus bang
11 replies
DDeno
Created by cococore on 10/6/2024 in #help
i trying to deploy deno2 . it fails
Thank you to say straight way deno 2 not for deploy, or i was frustrated, and kill lot of hours to try everything
6 replies
DDeno
Created by cococore on 10/6/2024 in #help
i trying to deploy deno2 . it fails
And if i remember i used denokv, which is unstable too. And docs say , green light only for stable api for deploy.
6 replies
DDeno
Created by cococore on 10/6/2024 in #help
i trying to deploy deno2 . it fails
@marvinh. of course vscode restarted. Also the same codebase did not conflicting with deno1 based and deployed project, (include deno.exit code). But maybe i miss something
6 replies
DDeno
Created by cococore on 10/6/2024 in #help
i trying to deploy deno2 . it fails
confirmed. Deno2 creates deno.lock version 4. Extension says it is wrong and version 3 must be used. When super simple code used with version 4 deploy fails. When super simple code used with version 3(manually changed) deploy works. With version 3 changed in deno.lock manually, after project was created using deno2-rc10, the not super simplecode fails. it says that Deno.exit can not be used. In same time on dev environment it works. Also in yml file all versions of deno is v1.x
6 replies
HHono
Created by cococore on 10/4/2024 in #help
how check the param is present. const my_id = c.req.param('id')
how to mark it as solved?
3 replies
HHono
Created by cococore on 10/4/2024 in #help
how check the param is present. const my_id = c.req.param('id')
Finally it was solved, because extension raise the error automatically if requested parameter not in pattern of the handler url
3 replies
DDeno
Created by Sami Basra on 6/1/2024 in #help
denokv self host
was it solved finally?
4 replies
DDeno
Created by cococore on 6/14/2024 in #help
deno_kv_oauth + hono how to fetch data from google profile: state, plans, method names changing.
at the moment at least twitter and google alive. Facebook looks not user(developer) friendly
13 replies
DDeno
Created by Stokestack on 6/16/2024 in #help
Deno project suddenly won't launch in VS Code
i see. i only used chrome debug with 1.44.1 , few weeks ago. After upgrade to 1.44.2, i did not debug anything. only coding
10 replies
DDeno
Created by Stokestack on 6/16/2024 in #help
Deno project suddenly won't launch in VS Code
sorry for stupid question... you said it works only when you run it in command line. Now i am interesting which way also do you use?🤨
10 replies
DDeno
Created by cococore on 6/14/2024 in #help
deno_kv_oauth + hono how to fetch data from google profile: state, plans, method names changing.
wth. facking facebook requirements, to just implement oauth2 login, you need pass 100500 checks and confirm business(even if you said you are a student , and named app as "test"). Naziberg
13 replies