Mike Pokraka

Results 31 issues of Mike Pokraka

Getting the following error when committing with abapGit: _Git protocol error: Unexpected unpack status_ Comparing GitHub and AGS, there is a difference in response. When committing to GitHub, I get...

When no internet connection is available(*), the web UI just shows a blank page. The internet connection is needed to load the libraries, I guess adding them to the local...

I must say I really do not like the path layout introduced in #5323 (sorry @FreHu, no offence, really appreciate all the other great stuff you've done!). Is it a...

user interface

This is partly triggered by the interesting discussion on #3668 A `git checkout myotherbranch` command will always make the local files / working tree match the target branch. abapGit's "Reset...

discussion

Follow on from #4727 Have the User Exits outgrown current design? Currently 18 exits are in one catch-all class that needs a slightly hacky solution to run standalone. As a...

discussion
exit

Following on from the discussion in #768 , I would suggest to refrain from superfluous comments as recommended by Clean ABAP [Style Guides](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#comments). Existing comments can also be cleaned up...

enhancement
good first issue
low priority

Clean Code recommends ordering methods by importance and call sequence. I find this helpful and do it where it makes sense. It would be nice to incorporate this into the...

Closes #247

Clarity of Text

There is still a lot of code being written in the style of `CONSTANTS c_01 ... VALUE '01'.`, I suggest this should be emphasised in its own section. We could...

clean-abap

I wholeheartedly disagree with the point that local classes should be avoided: [Global by default, local only in exceptional cases](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#global-by-default-local-only-in-exceptional-cases) It's taken me so long to raise this issue because...

clean-abap