Louis DeLosSantos
Louis DeLosSantos
> > Would it be possible to provide a build script which can run inside a qt container that works on your end? > > I am on a windows...
Yes i could never get it to build myself. I gave up awhile ago.
Can we just disable this for me? Is there a flag for this? Thanks
@PeterBenc, maybe its time to fork and implement? I'd take it on with you if you have the time/resources.
@PeterBenc, maybe its time to fork and implement? I'd take it on with you if you have the time/resources.
@alexr00 id be interested in doing a PR to include this, any pointers or guidance on how to accomplish it would be helpful!
From my previous work with GH API, a "commit comment" is done with the REST API, not so much graph ql. ```lua local cmd = string.format([[gh api --method POST -H...
Hey @alexr00 I finally found some time to look at this a bit deeper. So I do see that when a PR is being initialized all the comments are grabbed...
Thanks @alexr00 :) And just to confirm, does this plugin ever attempt to get "per-commit" comments? Basically like this: https://docs.github.com/en/rest/commits/comments?apiVersion=2022-11-28 If not, are they obtained another way, for each commit...
Thanks! I think commit comments are a "nice to have" but thats a problem for later, and is only relevant to show comments on the commit itself (not the diff)....