-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Countributions #13
Comments
You forked the lib - this is correct. Next step - modify code and commit & push it. Next go to your fork page on github and press |
@Ninja-007 btw you can discuss improvements here. Please tell me what do you miss in the lib and I'll assist you or improve it. Thanks |
Thanks for your reply. It is very nice.
|
Oh thanks. Please push your changes to your repo and create a pull request. Points 1 and 3 are very good. But there is a thing about point 2. |
I just did pull request. Did you receive it? |
@Ninja-007 yes I did. Thanks. You did right. Let me inspect it a little bit and then I'll write you back. |
New requests. If you have alternative, then add write here.
|
|
@Ninja-007 why do you use unary plus operator before adding object to stream like this: std::stringstream stream;
stream << +t;
return stream.str(); ? |
To get numerical values instead ASCII characters |
@Ninja-007 wow nice way. I do |
Thanks, |
I checked you recent checkin. You have wrote signed char in function defination. Is that expected? |
@Ninja-007 default values can be added with
About field_printer's |
There is no need in |
@Ninja-007 what do you mean |
I added simple function which checks for existence of file. |
I am made pull request to fix complier warnings. Warnings in library are not good. |
checking file existence can be implemented in file system libraries: boost fs or it's C++17 standard analog. Or one can use libc for this with Warnings will be fixed. Thanks |
You have very good library. But I donot find some many forks or users of this library. |
Thanks. I'd like to. I've already tried to submit there about two or three times. But pull request wasn't accepted with no comments. Maybe you should try? |
You should raise issue for that. I am not sure about pull request. Once you raise issue, let me know. I shall comment there. |
Looks like |
closing due to inactivity |
I made some changes to the code. This is first time that I am using github.
Can you anyone tell me procedure to commit code?
Or I can send code to the developers and they can merge it?
The text was updated successfully, but these errors were encountered: