Ecosyste.ms: Timeline

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

IITGN-CS431/project-cns

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

pratyush3757 created a review comment on a pull request on IITGN-CS431/project-cns
Can you revert the binary the names to `atm` and `bank`?

View on GitHub

pratyush3757 created a review on a pull request on IITGN-CS431/project-cns
I'm merging the PR as it's compiling. Try to fix the things I've mentioned though.

View on GitHub

pratyush3757 created a review on a pull request on IITGN-CS431/project-cns
I'm merging the PR as it's compiling. Try to fix the things I've mentioned though.

View on GitHub

ushasree-3 created a comment on an issue on IITGN-CS431/project-cns
#45 <https://github.com/IITGN-CS431/project-cns/pull/45> On Fri, Oct 25, 2024 at 2:38 PM Abhishek Bichhawat ***@***.***> wrote: > Please provide the PR number, too > > — > Reply to this...

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group 2) : Unexpected behaviour
![image](https://github.com/user-attachments/assets/b65b649b-23cd-44dd-9831-76afdc1d0581) Let's say I set the password as -L So the next command should be valid and Bob should enter the campu...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group 2) : Unexpected behaviour 2
![image](https://github.com/user-attachments/assets/12d633f5-571a-43e2-ac18-19aff4db69eb) Your code allows the user to create a log file named -L. This file however can't be accessed. In line...
bichhawat pushed 2 commits to main IITGN-CS431/project-cns
  • Updated setup.py c4cea8d
  • Merge pull request #73 from naveeeeeeeeeen/patch-5 Updated setup.py 114fef9

View on GitHub

bichhawat closed a pull request on IITGN-CS431/project-cns
Updated setup.py
![Screenshot from 2024-10-25 17-10-31](https://github.com/user-attachments/assets/43f4b352-6e71-40da-8366-4aa1815d8a8d) #62 #63 issues are now resolved.
arpan004 created a comment on an issue on IITGN-CS431/project-cns
Ok sir next time we will take care On Fri, 25 Oct 2024, 5:27 pm Pratyush Choudhary, ***@***.***> wrote: > Whenever you refer something: > Please mention the PR number [#72 > <https://githu...

View on GitHub

pratyush3757 created a comment on an issue on IITGN-CS431/project-cns
Whenever you refer something: Please mention the PR number [#72] Similarly for the Error number (with the \# prefix) in the PR title.

View on GitHub

naveeeeeeeeeen created a comment on an issue on IITGN-CS431/project-cns
**Resolved** PR no. #73

View on GitHub

Load more