Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

IITGN-CS431/project-cns

AshStorm17 created a comment on an issue on IITGN-CS431/project-cns
db_config is needed to setup the MySQL database. We will include it in the Readme, however the file is really simple and can be easily found on the internet.

View on GitHub

Kishan-Ved opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group 10): Core dumped when no timestamp is entered
![image](https://github.com/user-attachments/assets/a1f6d55b-dcbd-44c7-8018-db355f50334e) Ideally, there should be an error message. However, the core gets dumped.
Kishan-Ved opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group 12) : Long names lead to faults
![image](https://github.com/user-attachments/assets/15924913-4b39-4e9e-ba05-be6de228096e) The client side gets the message : `successfully executed` even for the command with a very long name. H...
choudharyNetram opened a pull request on IITGN-CS431/project-cns
Bug 6 resolved
Bug #6 Resolved Thanks for pointing out this issue. As you can see, now we able to append guest and employee with same name. ![Bug6](https://github.com/user-attachments/assets/f7be74d2-afdc-4d...
choudharyNetram created a comment on an issue on IITGN-CS431/project-cns
Bug resolved. ![Bug6](https://github.com/user-attachments/assets/6d21a3b7-728f-4e7f-8446-e25fa51f83e9)

View on GitHub

Quantizate created a comment on an issue on IITGN-CS431/project-cns
@RuchitJagodara is the problem resolved? Otherwise you can try removing the `-d` flag from the `server` script.

View on GitHub

lavanya2504 opened an issue on IITGN-CS431/project-cns
GROUP 5 - Compilation error
During compilation, the following error is being shown. There are no steps mentioned in the readme file on how to set up the text file db_config ![image](https://github.com/user-attachments/assets...
Jiya-desai opened an issue on IITGN-CS431/project-cns
Bug - Group 11 - System crashing on entering non-numeric characters as amount
When the user gets prompted to enter an amount for the initial balance/withdraw/deposit operations, the system crashes if the user enters a non-numeric value (goes into an infinite response loop, a...
Pratham-Sharda opened an issue on IITGN-CS431/project-cns
Valid name is not being accepted[Group 11]
When I am using upper characters(which is not allowed) it is getting accepted to create an account and when i am using hyphen(as well as other acceptable symbols ) it is not accepting the username ...
lavanya2504 opened an issue on IITGN-CS431/project-cns
GROUP 11 - Functionality issue - Invalid amount format getting accepted
According to the spec, balances and currency amounts are specified as a number indicating a whole amount and a fractional input separated by a period, where the fractional input is in decimal and i...
Pratham-Sharda opened an issue on IITGN-CS431/project-cns
Username greater than 130 charcaters[group 9]
requirement: File names are restricted to underscores, hyphens, dots, digits, and lowercase alphabetical characters (each character should match /[_\-\.0-9a-z]/). File names are to be between 1 and...
nishishah05 opened an issue on IITGN-CS431/project-cns
Functionality bug (Group-9): Currency amounts
One of the functionalities asks for the following: Balances and currency amounts are specified as a number indicating a whole amount and a fractional input separated by a period. The fractional inp...
Jiya-desai opened an issue on IITGN-CS431/project-cns
Functionality issue - Group 9
In the specifications for the bank-atm security model, it has been mentioned that the bank server program should not stop running unless it explicitly receives an exit (SIGTERM signal or any other ...
heerkubadia opened an issue on IITGN-CS431/project-cns
GROUP 9 - Functionality issue - Command line input amounts aren't bounded
According to the spec Command line input amounts should be bounded from 0.00 to 4294967295.99 inclusively but it is accepting an initial balance of 5294967295.99 (see the following) ``` heerkub...
Pranjal4697 created a comment on an issue on IITGN-CS431/project-cns
Thanks for pointing out this issue. The Makefile was not working for Mac and Linux but was working for Windows since Windows is case-insensitive with respect to filenames. We have sent the pull ...

View on GitHub

Kishan-Ved created a comment on an issue on IITGN-CS431/project-cns
Fixed.

View on GitHub

Demolus13 closed an issue on IITGN-CS431/project-cns
Functionality Issue: Doesn't distinguish between Employee and Guest inside a Room (Group 10)
![group-10-bug-1](https://github.com/user-attachments/assets/47a194b3-6983-4e77-b943-a041eab8d981) Here there are two "alice" an Employee and a Guest, but when printing the logs it shows only on...
YYashraj created a comment on an issue on IITGN-CS431/project-cns
When creating their account the users are given the option to specify the name for their card-files. Here we can see that I have specified _bor.card_ to be the cardfile name for the account _meet_...

View on GitHub

YYashraj created a comment on an issue on IITGN-CS431/project-cns
The program should either support only one transaction each command, or provide all required logs in order otherwise. If first idea is implemented, then this command should not be executed on th...

View on GitHub

pratyush3757 created a comment on an issue on IITGN-CS431/project-cns
Merged fix #72

View on GitHub

pratyush3757 closed an issue on IITGN-CS431/project-cns
Compilation Error [Group 11]
![{62695B99-F96B-490B-9234-BF3BA4D97A4B}](https://github.com/user-attachments/assets/de98bb17-2660-466a-8ddd-6da519ae2ca7) The compilation returned with errors from the Server file.
YYashraj created a comment on an issue on IITGN-CS431/project-cns
It won't cause a problem but it violates the third point mentioned in the system [requirements](https://github.com/IITGN-CS431/project-cns/blob/main/atm/index.md#valid-inputs). So wouldn't this be ...

View on GitHub

pratyush3757 pushed 2 commits to main IITGN-CS431/project-cns
  • Fixed : Error 20 Compilation Error f58bb78
  • Merge pull request #72 from arpan004/issue-fixed-branch Fix Error #20 : Compilation Error 5eb73fc

View on GitHub

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
I mean in the markdown rendered version.

View on GitHub

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
The compiler still warns: `warning: structured bindings only available with '-std=c++17'` Same for lines [334:22](https://github.com/IITGN-CS431/project-cns/pull/72/files#diff-d9be805cc4d9eff6e...

View on GitHub

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
This file is just an info-dump. Try to format it to make it readable.

View on GitHub

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
Also, try to listen to the `-Wextra` `-pedantic` warnings. I'm not telling you to fix it, just try to follow what they say. They help sometimes.

View on GitHub

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
Try to keep all your build files, especially the extras like certs and keys in a separate directory. Having a dir structure to your project, like src, build, extra etc. helps in keeping everything...

View on GitHub

Load more