mostprodev
mostprodev
DDeno
Created by mostprodev on 9/2/2023 in #help
run code at the start of every hour
I should do this myself
6 replies
DDeno
Created by mostprodev on 9/2/2023 in #help
run code at the start of every hour
But how can I create a list of setTimeouts, and have them never stop?
6 replies
DDeno
Created by mostprodev on 9/2/2023 in #help
run code at the start of every hour
I know I should use a loop/setTimeout (I don't actually know this)
6 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Nvm.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Even when doing the if statement + the result declaration.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
'user_data.value' is possibly 'null'.deno-ts(18047)
(property) value: User | null
'user_data.value' is possibly 'null'.deno-ts(18047)
(property) value: User | null
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
This doesn't work.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Thanks.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Oh, okay.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
This is not different from != null.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Cool.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Although I check that await kv.get<typeThing>(["example"]) != null, with an if statement, it still does not get rid of the error.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
The top is the problem.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
Perhaps the problem changed.
16 replies
DDeno
Created by mostprodev on 8/25/2023 in #help
Deno KV Type Error
The error:
Property 'id' does not exist on type 'KvEntryMaybe<typeThing>'.
Property 'id' does not exist on type '{ key: KvKey; value: null; versionstamp: null; }'.deno-ts(2339)
Property 'id' does not exist on type 'KvEntryMaybe<typeThing>'.
Property 'id' does not exist on type '{ key: KvKey; value: null; versionstamp: null; }'.deno-ts(2339)
16 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...
Okay.
17 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...
Which Andy?
17 replies
DDeno
Created by mostprodev on 8/17/2023 in #help
Deno Types
Okay, thanks!
12 replies
DDeno
Created by mostprodev on 8/17/2023 in #help
Deno Types
Yes.
12 replies
DDeno
Created by mostprodev on 8/17/2023 in #help
Deno Types
Is there a way to set another port?
12 replies