Maksim Eltyshev

Results 415 comments of Maksim Eltyshev

Sure, you are assigned this task 🙂

Unfortunately no, you can text me on Telegram (username: gh0st1y) and I'll try to help. I'll be sure to add a place for discussions soon.

Due Date should also have a button to set it completed. Otherwise, it will be always red at some point.

Pull requests are always welcome 🙏

> This is what i have > > ` ports: - 127.0.0.1:1337:1337 environment: - BASE_URL=http://127.0.0.1:1337` > > I even tried > ` ports: - 127.0.0.1:1337:1337 environment: - BASE_URL=http://planka.test.com:1337` Hi, @Git-Cluster!...

Hi! Unfortunately, this is not supported yet 😔

Hi! Sure, feel free to make a pull request 🙏 If you need any help, you can ask me.

Hi! It's hard to describe about every file. Component with labels: `client/src/components/LabelsStep/LabelsStep.jsx`. Logic when saving: `client/src/sagas/core/services/labels.js`. Calculations for a next position: `client/src/selectors/core.js`. Probably the easiest way would be to see...

I hope that someday I will make a documentation with installation and working configs 🙈

It looks like Authorization header is missing because of the CORS settings 🤔 What if you try to set `allowOrigins: '*'` in the `server/config/security.js` (just for the test).