SheldonFromBBT
SheldonFromBBT
Explore posts from servers
DTDrizzle Team
Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
Help would be really appreciated!
4 replies
DTDrizzle Team
Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
▲ [WARNING] The package "node:events" wasn't found on the file system but is built into node. 13:59:59.832 13:59:59.833 Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from: 13:59:59.833 - ../../node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/cf/polyfills.js
4 replies
DTDrizzle Team
Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
These are the some logs : ▲ [WARNING] The package "node:stream" wasn't found on the file system but is built into node. Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from: 13:59:59.831 - ../../node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/cf/src/large.js 13:59:59.831 - ../../node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/cf/src/connection.js
4 replies
CDCloudflare Developers
Created by Fabio53443 on 1/21/2025 in #pages-help
SvelteKit deployment failing
In my case fs is also the module causing error, but even after prerendering the routes as instructed in docs, deployment still faild
4 replies
CDCloudflare Developers
Created by Fabio53443 on 1/21/2025 in #pages-help
SvelteKit deployment failing
Having the same issue! Even after adding the compatibility flag, it still fails
4 replies
CDCloudflare Developers
Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Thanks!
12 replies
CDCloudflare Developers
Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Yes, I plan to use R2
12 replies
CDCloudflare Developers
Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Do you have any resources that kind of help or show how multipart uploads work (In area of CF) ? or any kind of tutorial, am pretty new to this
12 replies
CDCloudflare Developers
Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Thanks for the response, things are clear now
12 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())
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