Alexander Tsybulsky

Results 223 comments of Alexander Tsybulsky

Why not to cache abaplint.json in abapgit meta? Just an idea, not particularly sure about it

Yes ... I guess you're right

some kind of `.env` with an api key for read only access should work. Env var can be also transfered to docker then so should be convenient. And also such...

multiple ... I don't think that in reality there will multiple hosts. private repos will probably be from a single corporate server. But there should be such an option. quick...

Yeah ... that can ruin some internals ... especially UTs ... - https://stackoverflow.com/questions/8676011/which-characters-are-valid-invalid-in-a-json-key-name - https://www.json.org/json-en.html The first link is a bit incorrect. Not all. All but the control chars. They...

That means unsupporting a valid JSON ... not ideal. I'm thinking on autoreplacing `/` with a tab for a path before search/set/etc ... but this is also a performance impact...

> conv_failed Hmm, yeah, I don't remember why I did like that in the first place

Nice, it compiles !

![image](https://user-images.githubusercontent.com/15635498/137364186-22990c51-17db-4f22-af44-9adcd28b1622.png) Looks like an operator is missing ? ```js ro_parser.get().mt_components.set(await abap.Classes['ZCL_TEXT2TAB_UTILS'].describe_struct({i_struc: ro_parser.get().mo_struc_descr, i_is_deep: abap.builtin.boolc(abap.compare.initial(i_deep_provider) === false), i_ignore_nonflat: i_ignore_nonflat})); if ((abap.compare.initial(i_amount_format)abap.compare.initial(i_amount_format.getOffset({offset: 1, length: 1})))) { ro_parser.get().mv_amount_format.set(i_amount_format); } ```

Actually funcname DE is a good replacement. Part of SABP pacakge ![image](https://user-images.githubusercontent.com/15635498/137491549-b856a4c1-def3-40c5-8bdb-219187ee4de7.png) TFDIR refers RS38L_FNAM too in fact ...