Anyway, see some of the API ideas I was thinking. See the chainability of calls, see the function callbacks, see usage of `auto`:
github.com/diegoiast/sv...
Anyway, see some of the API ideas I was thinking. See the chainability of calls, see the function callbacks, see usage of `auto`:
github.com/diegoiast/sv...
github.com/diegoiast/sv...
github.com/diegoiast/sv...
What's preventing you from using it, or meson?
What's preventing you from using it, or meson?
It can be used.
It can be used.
I spent 30 minutes, (14 edited, as I speed it up) writing this patch: github.com/diegoiast/qt...
I spent 30 minutes, (14 edited, as I speed it up) writing this patch: github.com/diegoiast/qt...
whats the difference between std::optional<T&> and T* ? (besides the auto memory cleanup)
whats the difference between std::optional<T&> and T* ? (besides the auto memory cleanup)
We need to manage expectations. #vibecoding
We need to manage expectations. #vibecoding
Even in this small scale, the experience is bad.
#vibecoding
Even in this small scale, the experience is bad.
#vibecoding
5. Just changing random code:
- if (text.endsWith("\u2029")) {
+ if (text.endsWith("")) {
NO, no no...
6. On some places it removed documentation, in some added. What gives?
5. Just changing random code:
- if (text.endsWith("\u2029")) {
+ if (text.endsWith("")) {
NO, no no...
6. On some places it removed documentation, in some added. What gives?
1. Functions changed location, making the diff larger
2. `textToCopy = lines.join('\n');` - this was changed to ` textToCopy = lines.join("\n");`
3. Useless function renamed
1. Functions changed location, making the diff larger
2. `textToCopy = lines.join('\n');` - this was changed to ` textToCopy = lines.join("\n");`
3. Useless function renamed
If this is not fixed, I will start a new conversation and try again. Seems like its out of tokens, and just mumbling.
If this is not fixed, I will start a new conversation and try again. Seems like its out of tokens, and just mumbling.
A intermediate progress bar on the side panel, and a red top marking on the edited files should be enough. Basic UI/UX.
A intermediate progress bar on the side panel, and a red top marking on the edited files should be enough. Basic UI/UX.
Now, I code no longer compiles. I will need to `git reset` and start this part again.
Now, I code no longer compiles. I will need to `git reset` and start this part again.
As I always need to fix what the machine gives, this just does not help. I don't understand the accept/reject concept. `git checkout` is the reject I expect.
As I always need to fix what the machine gives, this just does not help. I don't understand the accept/reject concept. `git checkout` is the reject I expect.
Conclusion: git commit after each working iteration (git commit --amend is also OK).
Conclusion: git commit after each working iteration (git commit --amend is also OK).