Hessam oddin Hediyehloo
Hessam oddin Hediyehloo
In UART, baudrate need not to be a exact value, some tolerance in agreed upon baudrate is acceptable(about ~2% is allowed), so value 270 for 115200 communication is alright. @mitjans...
I would like to work on this, if its not currently taken.
@Murmele Is there any document for project coding style, I see some inconsistent naming here and there regarding naming private vars i.e `mVar` or `m_var` I want to follow the...
Hope u guys doing well, I was busy last week, so here is my take on this issue, The problem with constant prompt for credentials is that Gittyup checks for...
Hello, tnx for all the great work, I want to contribute to the project, if no one is working on this issue, I guess its a good starting point.
> > As a point to have in mind, maybe we can improve the code by providing format check for input fields, not just date but for example email field...
> > How about using a [QDateTimeEdit](https://doc.qt.io/qt-5/qdatetimeedit.html)? > > maybe a good idea, so the user cannot create a wrong date I'm not a `QWidget` guy, so that seems nice,...
> @H-4ND-H in the repo you find a cl-fmt.sh shell script. Run this to format the code I use clang-format-16, but it also changed some other files in project which...
> tnx, that was a silly mistake, sorry
> @H-4ND-H I think I fixed the problem: https://github.com/exactly-one-kas/Gittyup/commit/94c7f81d0059cf5d90ee577cd9272db1bae316bd > Sorry for newbie question, about the work flow, now that you have changed the code, shall I merge it into...