SheldonFromBBT
SheldonFromBBT
Explore posts from servers
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
margin bottom looks the only solution, Thanks!
13 replies
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Ahh now I get it
13 replies
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
I'll still use grid in this situation but this above problem's solution will be so appreciated
13 replies
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
And can't figure out what's wrong actually
13 replies
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Yes, thanks but I know we could do it with grid ofc 😅 but I want ti just get this thing working
13 replies
KPCKevin Powell - Community
Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Yes, the workaround of margin is right but it looks unnecessary and can break things when there are not enough elements
13 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
I had to use transports: ["websocket"] during client initialising
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
Well thanks I got it working!
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
Untill we have a official update and upgrade
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
What are the security issues and overall downsides of using the connection old way (with serve() method)?
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
Old way was working all fine and good
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
But my client socket don't seem to connect to the server
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
I did all the steps as you mentioned
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
IDK where am i going wrong
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
Still I can't make it work
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
What should be the values for hostname and port here?
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
This doesn't seem to work
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
I was following the guide on socket.io docs but it's outdated to current standards
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
What's the solution here ? Thanks!
18 replies
DDeno
Created by SheldonFromBBT on 2/28/2024 in #help
The new and updated version for using socket.io handler with Deno.serve()
It works with old deprecated serve() method
18 replies