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
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
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.
in short words. At the moment i not fully understand the code flow in google oauth2 staff implementation, but it works partially(probably code is dirty). In same time , i would like to have good example how to implement (not only code but code design too... files folders etc) , the double login functionality using oauth2 deno + hono, for google and facebook(to have vision how to implement multilogin based on these two properly). that it has: - signin, signout, request data(user name etc) from google oauth2 api - signin, signout, request data(user name etc) from facebook oauth2 api - good file structure of the project, not the pile of code in one place so i am in process, at the moment it looks like this https://github.com/healingdrawing/play-deno-kv-oauth and i alredy see not clear place, because some providers requires "/callback" for oauth callback so i cant just use app.get("/callback_google") etc to easily separete the flow. can not find this info at the moment, probably i could be wrong
13 replies
DDeno
Created by Brandon Kalinowski on 6/14/2024 in #help
How to rewrite this: `import * as base32 from "jsr:@std/[email protected]/base32.ts";`
why do you migrating? does jsr better than x?
5 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.
i have tiny step forward. it is wip , but the process is alive. In the examples from docs, almost everything is deprecated or wrong (i use typescript)
13 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.
i will set them up, using flags(deno deploy) or .env file(for dev), the question is how to get properly .profile data using deno lib, since getGithub(Google)User methods were removed from lib. // !!! how to get google user name or login from .profile using oauth2 deno library methods? so it is not a question about error or when something not works as expected. it is question about correct way to do desirable actions using deno lib, without "reinventing bicycle" @Leokuma
13 replies