ataractic
ataractic
DDeno
Created by ataractic on 8/30/2023 in #help
Getting values from Deno KV in a Web Worker always return empty array despite working correctly o...
No description
19 replies
DDeno
Created by ataractic on 8/29/2023 in #help
Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after anot...
Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after another using Deno and typescript? Example: Multiple users wants to execute a resource heavy job by clicking a button on their dashboard, however to not lag the host, only one job should be executed at a time.
26 replies
DDeno
Created by ataractic on 8/17/2023 in #help
Dockerfile saaskit deployment
No description
12 replies
DDeno
Created by ataractic on 8/17/2023 in #help
I use Deno KV for my application, and I'm planning to use Deno Deploy. Can I allow deploy to use...
I use Deno KV for my application, and I'm planning to use Deno Deploy. Can I allow deploy to use KV database? How can I get access to KV experimental on Deploy?
17 replies
DDeno
Created by ataractic on 8/2/2023 in #help
What are newUserProps()
9 replies
DDeno
Created by ataractic on 8/1/2023 in #help
Syntax error when getting prop children Element but compiles
14 replies
DDeno
Created by ataractic on 6/5/2023 in #help
Deno Fresh - Different POST handlers for different <form>s ?
what's the idiomatic way of handling different POST requests on the same page?
3 replies
DDeno
Created by ataractic on 6/4/2023 in #help
Manually edit existing KV table
Hello! another day, another question. Is there a way to manually edit KV database to modify an entry?
{
key: [ "users", "b9af81a7-8b26-4b2f-b429-85a03d6d0c38" ],
value: {
displayName: "test3",
id: "b9af81a7-8b26-4b2f-b429-85a03d6d0c38",
registrationDate: 2023-06-04T01:05:41.539Z,
role: "member",
},
versionstamp: "00000000000000070000"
}
{
key: [ "users", "b9af81a7-8b26-4b2f-b429-85a03d6d0c38" ],
value: {
displayName: "test3",
id: "b9af81a7-8b26-4b2f-b429-85a03d6d0c38",
registrationDate: 2023-06-04T01:05:41.539Z,
role: "member",
},
versionstamp: "00000000000000070000"
}
For example suppose I have this entry in my database for a user, how can I manually change the user role property?
3 replies
DDeno
Created by ataractic on 6/3/2023 in #help
Looking to deploy Deno Fresh on VPS using port 443
Hello! I have two questions, I used saaskit as a base. However fresh's start function is using serve() and not serveTls(). The problem is I cannot expose on 443 since I can't provide certificate and key as start options. Any advice? Should I write a custom start function? My second question is about continuous deployment: I have setup a gitlab runner on my VPS that handles the process of running on each new commit, but unlike NPM, the deno runtime is "listening" and the pipeline stays in "running" state. Is there any solution to this? Thank you!
18 replies
DDeno
Created by ataractic on 5/31/2023 in #help
Deno Fresh (Saaskit base) - Impossible to debug error
3 replies
DDeno
Created by ataractic on 5/29/2023 in #help
Saaskit 0.2.0 - URLPattern error
6 replies