Attacler/Bart
Attacler/Bart
DDeno
Created by Alimjan on 11/7/2023 in #help
using OpenAI npm in Deno deploy playground:
maybe try JSON.stringify ?
4 replies
DDeno
Created by lfl on 10/10/2023 in #help
Using in-memory KV (sqlite) in production
for as far as i know, SQLite locks the file once you use it so no other instances can access it
5 replies
DDeno
Created by lfl on 10/10/2023 in #help
Using in-memory KV (sqlite) in production
the only part that confuses me a little is "in-memory", i guess your using the default openKV in deno?
5 replies
DDeno
Created by lfl on 10/10/2023 in #help
Using in-memory KV (sqlite) in production
should be fine depending on the load/size of the db
5 replies
DDeno
Created by hexrw on 9/15/2023 in #help
Extremely high CPU usage in Windows running on Intel Pentium processor
Maybe it helps if you compaire the overal performance of the CPI`s itself? A Ryzen 5 or I7 is way more performant than a Pentium
6 replies
DDeno
Created by bombillazo on 9/11/2023 in #help
Deno Deploy Questions
both the query could be important + distance to the DB + if there is a connection already with the DB
17 replies
DDeno
Created by mioe on 1/12/2023 in #help
How deploy deno.fresh project for my VPS?
you could bookmark the link of this thread somewhere
14 replies
DDeno
Created by tmcw on 3/13/2023 in #help
Should we, or how should we, use Deno as a sandbox for untrusted code?
very intresting!
29 replies
DDeno
Created by tmcw on 3/13/2023 in #help
Should we, or how should we, use Deno as a sandbox for untrusted code?
or use isolated-vm, im using that one but its not deno
29 replies
DDeno
Created by tmcw on 3/13/2023 in #help
Should we, or how should we, use Deno as a sandbox for untrusted code?
and ofc someone could use your service to DDOS some other url
29 replies
DDeno
Created by tmcw on 3/13/2023 in #help
Should we, or how should we, use Deno as a sandbox for untrusted code?
because you still have stuff going on with CPU/RAM limits
29 replies
DDeno
Created by tmcw on 3/13/2023 in #help
Should we, or how should we, use Deno as a sandbox for untrusted code?
i would suggest using deno subhosting
29 replies
DDeno
Created by Attacler/Bart on 1/24/2023 in #help
How can i return a base64 as file on Deno Deploy?
the function dataURLtoFile comes somewhere from stackoverflow
9 replies
DDeno
Created by Attacler/Bart on 1/24/2023 in #help
How can i return a base64 as file on Deno Deploy?
no problem!
9 replies