Jon Schewe
Jon Schewe
@jung-kim It turns out you don't need to parse the `.git` file. You can call `git rev-parse --git-dir` to get the directory. So that simplifies the function to this: ```...
I have decided to go with @jung-kim suggestion of not developing inside my submodules. So I won't be working on this merge request. Others may be interested in it if...
I have ``` testSets { integrationTest } ``` in my `build.gradle` and have found too that using version 3.0.1 of testsets the dependencies for `integrationTestImplementation` does not get added unless...
I too am seeing a similar error. I'm not sure if it's related though as running the mail sync did not correct the view of my inbox. ``` Error mail...
Clicking inside the tag field just unselects the tag or selects another tag. Esc has no effect. The only way to get the panel back is to close it with...
Thank you, that works.
That does seem better, however where does the output go? Is there a way to report this to the user? If there isn't a direct way to send a message...
OK, if I'm the first to ask, then the print sounds fine. Would you like me to update this PR or just close it out?
OK, I just pushed changes that will output the warning to the log or stdout. I just tested and I saw the output on stdout.
I'm still seeing this packaging issue. Any updates on the fix? Or perhaps a link to the ticket about what is broken, perhaps I can provide some ideas.