mukomo
mukomo
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 it
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?
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
TTCTheo's Typesafe Cult
Created by Jimmy Page on 12/27/2024 in #questions
JWT with long-lived Refresh Tokens
Only if it's being sent in plaintext or otherwise unencrypted
76 replies
TTCTheo's Typesafe Cult
Created by Beyond^sight on 12/30/2024 in #questions
-- Runing a TS files code from a Next app created with `npm` command --
Try this instead of npm run github
12 replies
TTCTheo's Typesafe Cult
Created by Beyond^sight on 12/30/2024 in #questions
-- Runing a TS files code from a Next app created with `npm` command --
I thought you couldn't directly run typescript files from npm without a workaround
12 replies