Evgeny Bykovskikh

Results 12 comments of Evgeny Bykovskikh

```shell # for windows maybe we should use # git clone [email protected]:makeplane/plane.git --config core.autocrlf=input # because docker compose up can be failed with "#!/bin/sh not found" in repalce-env-vars.sh git clone...

@Flavsditz In my case yeah, I run docker compose (`docker compose up`), that start all backend services (like redis, database, api) and frontend (at `http://localhost:80`). After that I can run...

Hmm, what if you run this? `NEXT_PUBLIC_API_BASE_URL=http://localhost yarn dev`

I don't know how much correct is this, hehe How we see, trouble is in default value of `NEXT_PUBLIC_ API_BASE_URL` (`http://localhost:8080`) Value changes in `./start.sh` (replaces default with in run-time...

@rhea0110 hi Rhea! Any news about translation? :)

@rhea0110 Thats awesome! Thank you for keeping me up to date and also for this great project!

@rhea0110 hi! Pls, help with design for this issue @kblueberry can fix it, but it's okay, to show navigation header at index page of project?

@kblueberry @vihar ![123](https://github.com/makeplane/plane/assets/20846670/18368fee-a221-4471-b8bc-56b455818af9) Can we just remove noHeader prop from WorkspacePage component?

@aaryan610 hi! Pls, check this PR PWA mode also broken, cuz I can'n navigate anywhere (in browser I can manualy change url to '/projects' and navigate to projects page where...