Marc Bernard

Results 706 comments of Marc Bernard

Hi @DGRHicron, I made some changes to the zlib stream. Could you test #7453, please?

Great! I optimized a bit more. Give it another try. What's the total time compared to the original ~3.5min?

The last change moved `zcl_abapgit_zlib_convert` logic into `zcl_abapgit_zlib_stream` so you have to add them together for comparison. That's why I asked for total time 😉 Originally, the classes together were...

Another optimization in #7456. Last one. Re: decompress/compress... It seems quite complex to figure out that zlib decompression is needed. I wasn't involved when this was put in place and...

The question is whether we need the gzip decompress and compress. Or is there a better/faster way to figure out that zlib_decompress is required?

Thanks for testing and confirming the improvements 😃 . Could you please do one more trace and post the complete screenshot like you did at the beginning here? That would...

There's a fix https://github.com/Alexandre-io/verdaccio-ldap/pull/110 but not merged.

mmm too many `to_lower/upper` now... It should be straight forward. On the ABAP side, it's all upper case (tadir). Files and path names are all lower case. The mapping between...

I think if you pull and cancel the first popup, it will pull just `.abapgit.xml`. Not a bug but a feature 🤷 But you're right, we should be able to...

I doubt that these are imported correctly. How can there be a conversion exit in one case and not in the other? Or why is one field shorter (len 24)...