Marc Bernard

Results 464 comments of Marc Bernard

Sounds great, Sebastian. Thanks for picking up the topic. I'm happy to contribute time and systems for testing.

thanks, Mike. not rubbish but good ideas. I will pass them on to SAP.

At the moment I'm not worried about any details and in my experience it's best to leave these to SAP. The key is that we - the SAP community -...

you mean everyone should use the dev version? ;-) i have no idea what percentage is using standalone vs dev but i guess it's the majority. just a nice to...

Quick way is to open the changelog: ![image](https://user-images.githubusercontent.com/59966492/161762052-0c434269-65a1-4edf-85f1-6853c488e8ae.png) The latest version is on top: ![image](https://user-images.githubusercontent.com/59966492/161762151-9d85228c-e694-4db5-a7df-8b4eefd424d6.png) A "Check for Updates" feature in this menu would be convenient, indeed Parsing https://raw.githubusercontent.com/abapGit/abapGit/main/changelog.txt (see...

I would say, just use pragmas but keep all that take care of syntax warnings (as of 7.5?)

This is one of the reasons APACK doesn't work for https://github.com/Marc-Bernard-Tools/MBT-Base

Backend runtime is available when hovering over footer logo (https://github.com/abapGit/abapGit/pull/5043) It could be more visible by moving it to the left side of the footer (opposite of "js:ok")

Use `zcl_abapgit_utils=>is_binary` to check https://github.com/abapGit/abapGit/blob/main/src/utils/zcl_abapgit_utils.clas.abap#L52

A .js certainly should not be considered binary. Maybe check if xml_source is_binary before all these itab/string conversions.