samuelmarina / is-even

Is a number even?
1.85k stars 193 forks source link

Add support for negative numbers. #154

Closed SrijanSriv211 closed 1 year ago

SrijanSriv211 commented 3 years ago

I added the support for negative numbers but due to GitHub storage limitation i wasn't able to add more.

TechyAditya commented 3 years ago

what is the storage limitation?

SrijanSriv211 commented 3 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

SaptakBhoumik commented 3 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

Use git push for uploading larger files

SrijanSriv211 commented 3 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

Use git push for uploading larger files

I tried using git, but an error occurred saying, failed to push some refs to..

TechyAditya commented 3 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

Use git push for uploading larger files

Git push won't work for files larger than 100 mb. There's only one way to upload files more than 100 mb, uploading as release. GitHub allows upto 2 gb of file upload if you upload it as a release.

SrijanSriv211 commented 3 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

Use git push for uploading larger files

Git push won't work for files larger than 100 mb. There's only one way to upload files more than 100 mb, uploading as release. GitHub allows upto 2 gb of file upload if you upload it as a release.

That's a good choice, but one day even GitHub release will fail as you said allows only upto 2 GB, but i can use this method for now. Thanks :)

But if possible then please accept this pull request, vs code crashed 3 times while editing this file as i have a low end pc. I worked pretty hard on it. Hope you understand, again thanks for cooperating.

bhpcv252 commented 3 years ago

How about dividing the file into many small files, then we can continue.

SaptakBhoumik commented 3 years ago

You are right

SrijanSriv211 commented 3 years ago

You are right

Yes, this seems a good idea, though!

0xMukesh commented 2 years ago

what is the storage limitation?

The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.

use git lfs git lfs is made for programmers like us to develop modules which will make this earth a better place