-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feedback on Connector-bash #2
Comments
Hi, Well done and yes, you're improvement are going on the right way! Sorry for the lack of documentation and bravo for your brain work! The only wrong thing is: Add timeout when reading to STDERR, as
The bad news now: Unfortunately all my project are freezed here! Consecutively to last propetary change and because of my knowing about his meaning of the Newer version is only shared on my bazar folder: https://f-hauri.ch/vrac/shell_connector.sh.txt Feel free to send me a mail at [email protected] en français ;-) |
Thanks !
... which I planned to suggest you to replace with e.g. reading /dev/urandom if it suits you.
Indeed, I noticed that inbetween. In another commit later I dropped all the
Yes, I examined that version and unless mistaken, the only valuable addition was the ability to perform e.g.
I'm not sure I understand : what does it impy with respect to this first PR of mine and of possible contributions ? I was expecting to leverage GitHub CI to add automated testing and packaging. |
I've decided that I won't continue to supply ms's ai with thing outgoing from my brain. I'm ok that you or another humain play and even learn from my code. |
@ngirard Re-reading your edit (and retro edit them), It seem you'd not understand should look like: So once loop encounter |
@ngirard ... and sqlreqbound is not a bondary string, it's a request asking for current time as UNIX EPOCH, titled by boundary string. |
Hey Félix,
I recently came across your project while looking for a robust way to interact with an SQLite database from Bash. I found your codebase to be a promising starting point and made a series of changes resulting in PR #1 that I just submitted.
I wanted to reach out to you to ask if you think the changes in the pull request are going in the right direction for this project.
I made sure that none of the changes break compatibility with the existing code, but I am also considering making deeper changes that would break compatibility, such as renaming the functions, adding a prefix as a namespace, or changing the functions' implementation.
I would like to know if you would welcome such kind of changes or if I should keep them as a separate project. I would appreciate any feedback you have on this matter.
Thank you for your time and for sharing your code !
Cheers
The text was updated successfully, but these errors were encountered: