rostero
rostero
Explore posts from servers
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
ok. i'll have to check out the docs later. too late in the day for me to figure this out. thanks again
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
yeah, looking for a fallback to default. could be undefined or another string
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
oops. nope. i was looking at the top for that
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
ahh.. hotlinking doesn't seem to be working
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
hmm.. I may be copying and pasting wrong
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
Haven't tried ark before this. I'm sure I could figure this out, but
const out = Thing({
param1: "TypeScript",
param2: 3
})
const out = Thing({
param1: "TypeScript",
param2: 3
})
Causes the whole thing to fail instead of returning { param1: "TypeScript", param2: undefined }. I forgot to mention that requirement
20 replies
Aarktype
Created by rostero on 4/18/2025 in #questions
How to ensure comma delimited set of numbers or fallback to undefined?
very nice. thank you both
20 replies