Karl

Results 46 comments of Karl

Hi! With the arg `--summary` I could get the mode changes before and after with git. Here is an example on how it looks. ![image](https://user-images.githubusercontent.com/3003032/127754430-97aac2c3-19cd-405a-ad94-7466d7d8c7ec.png) The work is in progress...

Hi @mhutchie Ok, I'll search for a icon/symbol to display next to the file with the tooltip. I've already seen how you've done that with addition/deletion I've seen that the...

PS: YES, it does needs to run another git command! Should I put that `--summary` argument inside the `getDiffNumStat` method?

Ok Michael, fair enough. I will see if I can put the feature on an existing git command.

Hello there! Is there any progress in this issue @vsmay98 ? I already have something working on my local fork to submit.

Ok, thanks. Here is the work in progress: https://github.com/joemasilotti/railsdevs.com/pull/627 I need to do the other two items from the checklist: `My code contains tests covering the code I modified` and...

Thanks for the update on the branch @AykutSarac . It was very helpful, and I could make some updates to the branch. - I've modified the `generateChildren` function and added...

Thanks! I'm going to take a look at #51 and #27 I was looking for something additional to do. > For this part, I think it would be better to...

What is pending here? Need some help @faqndo97 ? I've seen your branch and is pretty cool. I want to get this feature merged, because it's really cool to work...

I think the problem here is that the code is doing what it should do. Take a look at the file [jsonParser.ts](https://github.com/AykutSarac/jsoncrack.com/blob/main/src/utils/jsonParser.ts), inside it, every time you have a nested...