Rohan Verma

Results 113 comments of Rohan Verma

How would a hook work if you use more than 1 instance of editor. Novel updates content in localstorage and reads from it. Just manipulate the content there.

Exactly, storing them in plain text will also raise compliance issues in future. What solution are you thinking for this? My Solution : I was just going to use this...

Currently, only the frontend is online, so there's no need to add a secret manager for now. I plan to deploy this online after 6-7 weeks. Let me know if...

> Ahhh ok cool. Yes I'll take a stab at it. You mean encrypting the tokens or deploying the backend? I mean lets implement encryption/decryption of tokens for now. Deployment...

> As a ollama user with not much money in my pocket, I am curious about this issue, but searched "ollama" or "docker" in the repo didn't lead me to...

@AbdullahAlMousawi Hi thanks for the help here. You are not able to upload pdf because you have not configured any ETL service (File Parser Service - DISABLE for now), I...

> Can I be assigned to this? @mimisavage Thanks for your interest. Right now docket setup might be broken due to recent changes. You might need to fix that as...

> Docker + Ollama work perfectly for me ... but there is a bug in the code should be fixed ... [@MODSetter](https://github.com/MODSetter) do you want me to send you the...

> I use both WSL in windows 11 and Unraid Linux ... Well if its working on Linux then idk why its failing on MacOS....will try to fix that soon.

> const handleGoogleLogin = () => { 67 | // Redirect to Google OAuth authorization URL > > > 68 | fetch(`${process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL}/auth/google/authorize`) > > | ^ > > 69 |...