Mrugesh Mohapatra
Mrugesh Mohapatra
_Issue comment https://github.com/freeCodeCamp/freeCodeCamp/issues/40074#issuecomment-791124765 from @QuincyLarson:_ > I have been thinking a lot about this, and I think I have now come to agree with @robole. For the forum, I think...
We have several threads about navigation, one linked in the OP is #41032 I tend to agree that the logo should take you to the subdomain you are on when...
I really like the former in the two approaches above. It gives out a clear indication of the identity of the application the user is on.
I believe the modal is a good idea. After all most users do not want to log out unless that is their intention. But I am a big fan of...
Yeah, that would work perfectly for me. Although I can imagine there could be use cases for others where cloud storage is not accessible (corporate firewalls, etc.).
> So looking at the localisation branch, the files are pre-populated with empty strings. Can they be prepopulated with the English text instead? Yes - we would need that done...
Hi everyone, I lead the dev team here at freeCodeCamp.org. Thanks a lot for your patience with this project. We are a very small dev team at @freeCodeCamp. The core...
Turns out, we need to do some housekeeping on the dependencies, I was able to patch some of the most critical ones, that were breaking Passport's parsing strategy as fixed...
Ah - that's a bummer. I used node 8. Can you try [`npm ci`](https://docs.npmjs.com/cli/ci.html)? Like so: ```console git clone https://github.com/freeCodeCamp/mail-for-good git checkout fix/auth npm ci docker-compose up ``` If that...
> Hey just to be clear I'm trying to run the app within a docker container so whatever npm command you are telling me to run, I am adding to...