mukomo
TTCTheo's Typesafe Cult
•Created by skater235 on 1/28/2025 in #questions
T3.chat why is the chat api POST response after a prompt not in JSON?
Don't you only send JSON when the message body is complete? the chat streams the response out without waiting for a completed response to your input
2 replies
TTCTheo's Typesafe Cult
•Created by Gold240sx on 1/24/2025 in #questions
Rename based off fileKey
Your file key in the json object above and the key in the file json lower don't match
5 replies
TTCTheo's Typesafe Cult
•Created by Sandip on 1/10/2025 in #questions
How to send messages to large number of people and is there ways for doing it
Because that's what it looks like to me, and if that's the case, then that's not gonna scale well
16 replies
TTCTheo's Typesafe Cult
•Created by Sandip on 1/10/2025 in #questions
How to send messages to large number of people and is there ways for doing it
Are you running this query for every user every 5 minutes?
16 replies
TTCTheo's Typesafe Cult
•Created by Kevon Young-Reaves ✨⭐✨ on 1/8/2025 in #questions
Does anyone know a good utility to track how much you've coded in a day?
What do you mean by "how much coding" you do in a day? Do you have a definition?
7 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
Ah gotcha
42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
Then why not run the parser twice for now? Once for each strainer?
42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
Or is that what the parser does?
42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
Is there a way to pull the items out of the strainer?
42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
It's assuming whatever you pass in to the
parse_only
has a .text
to it42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
I wonder if you might be able to convert the strainers to a list or dict and combine them that way if they're not duplicate elements
42 replies
TTCTheo's Typesafe Cult
•Created by Simbaclaws on 1/3/2025 in #questions
How do I parse this using python and langchain's WebBaseLoader?
Damn, if only you could've used a lambda in there instead
42 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
I guess you could present the login screen to the user if there is no refresh token, but afaik the token doesn't self-destruct when it expires
76 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
The client will know not to send an expired refresh token?
76 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
Plus you have to know when those refresh tokens expire, and you can't trust the client on that
76 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
In a blacklist system, for those users who have their refresh tokens leaked, would you update their "good" refresh token or leave it as the leaked one and just say "hey i see your refresh token is valid but it's in the blacklist"?
76 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
If the only thing those refresh tokens are used for is to get more access tokens, why not on revoke, just roll a new one?
76 replies
TTCTheo's Typesafe Cult
•Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
Why not just create new refresh tokens for those users that get leaked? Why store the leaked one
76 replies