Steven-sensei
Steven-sensei
Explore posts from servers
HHono
Created by Greenman999 on 10/23/2024 in #help
How to prevent Server Error if no req body?
try catch ?
5 replies
HHono
Created by Franquito on 10/8/2024 in #help
RPC AppType breaks if route is defined on a separate file
Isn't it a miss configured typescript ?
7 replies
HHono
Created by anand248 on 10/6/2024 in #help
Nested form objects POST
Yeah i try to avoid to use form as much as possible and use json most of the time except for files
4 replies
HHono
Created by anand248 on 10/6/2024 in #help
Nested form objects POST
Can you provide server side code since it’s the issue ?
4 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
It's how you do in node and express with you express router dk what you mean
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
The only thing you miss in autocomplete is status from the middleware
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
It's another template for mono repo
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
No you don’t it’s juste that i needed thé open api
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
You can have a look there that’s my repo template
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
22 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
I splited my routes by creating router like you would do in express and not use factory
22 replies
TTCTheo's Typesafe Cult
Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
I went for digital ocean with 200 free credits with github student pack
19 replies
TTCTheo's Typesafe Cult
Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
I tried oracle free compute but it's way to slow like 5 min to update the package registry
19 replies
TTCTheo's Typesafe Cult
Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
I know my school has publics IP for student and i have a server there but i need to wait too long before they redirect an ip to my server / if they do it in the end. xd
19 replies
TTCTheo's Typesafe Cult
Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
I m in a master's degree and for a lessons i want to push a bit futher than what's intended by deploying in beta prod fashion using gitlab ci/cd but need a vps to do so. It's been a long time since i m not 18 anymore xd
19 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
I think it's because you are doing something bad in your code base i use hono rpc and has no issue with type completion and didn't need to do that
22 replies
TTCTheo's Typesafe Cult
Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
Yeah i used it before but doesn't align with the school context
19 replies
HHono
Created by codeauthor on 9/24/2024 in #help
Hono RPC
22 replies
HHono
Created by JustUseFirefox on 9/20/2024 in #help
How to pass and validate cookies (server<>server) ? (RPC)
For exemple
export const $api = hc<AppRoutes>('http://localhost:3000', {
init: {
credentials: 'include',
},
})
export const $api = hc<AppRoutes>('http://localhost:3000', {
init: {
credentials: 'include',
},
})
6 replies