Hritwik001

Results 16 comments of Hritwik001

I’d like to work on this. Will add a short “Install a specific version” section to the CLI overview. Opening a PR shortly. 🙌

👋 Hi! I’ve opened a PR that adds documentation for installing specific CLI versions to address this issue. 🔗 PR: [#4696](https://github.com/Infisical/infisical/pull/4696) Verified locally — all commands and formatting render correctly....

: 🛠️ I’d like to take this issue Hi @bkcsoft @maidul98 👋 — I’d like to work on fixing this issue. **Summary of the bug**: When fetching or revoking a...

Hi @malashevskyi 👋 — I’m taking this issue. **Repro (reliable)** Incognito → https://app.infisical.com/login → Continue with Google (use an account that hasn’t onboarded before) Land on “Almost there!” screen Reduce...

Hi @malashevskyi PR opened: #4708 ✅ **Summary** On constrained heights the wrapper’s `h-screen` caused the bottom CTA to clip. Fix uses `min-h-[100svh]` + `overflow-y-auto` on the wrapper. Verified via build...

Hi @x032205 , this is a tiny docs consistency fix (one line, email alignment). When you have a moment, could you take a look and merge it?

Hi @malashevskyi 👋, I’d like to take this up. I’ll update the Contributing docs to use [email protected] (to match the GitHub Security Policy) so both places stay consistent. Opening a...

Hi @malashevskyi 👋, I’ve opened a PR to align the Contributing docs with the Security Policy ([email protected] as the standard contact). PR: [#4717 ](https://github.com/Infisical/infisical/pull/4717) Thanks for raising this — it...

✅ Fixed the broken link under Internals → Overview → Components. The “Components” link was pointing to an outdated path and resulted in a 404. Summary of Fix: Updated the...

Hi 👋, this PR fixes the issue where the “Sign Up” button on the **“Almost there!”** screen was getting cut off on smaller screens. **Fix Summary** - Replaced `h-screen` with...