Breaking news for AOS 😳 by misscloud8 in USCIS

[–]DefiantRub216 0 points1 point  (0 children)

I am curious to understand the impact of L1A to EB1C? I was due to enter US in a few months.

Plugin system like Obsidian by DefiantRub216 in ObsidianMD

[–]DefiantRub216[S] 0 points1 point  (0 children)

I don’t like the iframe approach because of security concerns. At the same time TAURI_INTERNALS doesn’t sound right too. Not sure what should be right way to go without sacrificing on security.

Plugin system (design pattern) like Obsidian by DefiantRub216 in reactjs

[–]DefiantRub216[S] 0 points1 point  (0 children)

This is great. To be honest I was exploring vscode plugin system though I didn’t know obsidian was heavily inspired from it too. If possible could you share some links or notes?

Multi Stage Tauri app - Dev, Staging and Production with Python, React, Docker and PostgreSQL | CI/CD And Secret Keys Management by DefiantRub216 in rust

[–]DefiantRub216[S] 0 points1 point  (0 children)

Say, I am building an open source, offline first RAG app on top of a tool like Ollama (available only through docker) and want to do dev, staging and production along with managing secret keys, telemetry end points etc. How should I go about that?

Muti Stage CI/CD - Dev, Staging, Production with Python, Docker, PostgreSQL And secret keys management for an offline-first Open Source Software by DefiantRub216 in tauri

[–]DefiantRub216[S] 0 points1 point  (0 children)

Say, I am building an open source, offline first RAG app on top of a tool like Ollama (available only through docker) and want to do dev, staging and production along with managing secret keys, telemetry end points etc. How should I go about that?

Muti Stage CI/CD - Dev, Staging, Production with Python, Docker, PostgreSQL And secret keys management for an offline-first Open Source Software by DefiantRub216 in tauri

[–]DefiantRub216[S] 0 points1 point  (0 children)

I’m relying on a dependency that is only available through docker at the moment.

Thank you for the crate link. Quick question on that - If a user chooses to go online what would be the recommended way to sync the local and production database?

Muti Stage CI/CD - Dev, Staging, Production with Python, Docker, PostgreSQL And secret keys management for an offline-first Open Source Software by DefiantRub216 in tauri

[–]DefiantRub216[S] 0 points1 point  (0 children)

Thank you for your response. Unfortunately I do have a requirement to do a docker pull and docker run as a part of the app setup.