-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/connor/local redis #14
Conversation
484a42d
to
17e9509
Compare
this build and i are at war |
okay i think it builds now just needs secrets @VDuda . I dont think i have access to add them, I have plenty of other things to fix in meantime, lots of mess from the rebase and want to look at what you did in the redis file. Also need to make sure sources are loading in correct. then going to look into morgans code and see what api routes would be expecting/ returnng. |
…kLM into feat/connor/local-redis
echo -e "${YELLOW}kubectl logs -f deployment/openbooklm -n openbooklm${NC}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
namespace is default
}, | ||
] | ||
|
||
const communityCourses = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should eventually bring these back - but at a later date, this would be an amazing feature, but probably better to slowly release based on user wants/requests - should be an issue in this repo
const startY = React.useRef(0); | ||
const startHeight = React.useRef(0); | ||
|
||
const handleMouseDown = (e: React.MouseEvent) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol what do mouses have to do with the chat interface
onClose: () => void; | ||
} | ||
|
||
export function GoogleDrivePicker({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is epic 🔥❤️
return ( | ||
<Link href={`/notebook/${notebook.id}`} className="block"> | ||
<div className="border border-[#2A2A2A] rounded-lg p-4 hover:border-[#404040] transition-colors"> | ||
{/* ... rest of the card content ... */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what happened here - but can figure out at a later date what this feature looked like
@@ -0,0 +1,34 @@ | |||
interface Window { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol lol???? GDrive is weird
No description provided.