Lars Hvam
Lars Hvam
possibility to define peer/final/senior reviewer, process?
Hi, Is it possible to publish the latest version of railroad-diagrams to npm? On npm version 1.0.0, the NonTerminal function is ``` javascript function NonTerminal(text) ``` however in the git...
consider moving to websockets instead of http
http://loopback.io https://nestjs.com
think it does not multi thread at all currently https://nodejs.org/api/worker_threads.html
TABL objects are defined in DDL in Eclipse, https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abenddicddl_define_table.htm given ``` define table demo_blob_table { key name : abap.sstring(255) not null; picture : abap.rawstring(0); } ``` would the ddl file...
for later, seems like there are more fields in the db table than presented to the user, 
https://github.com/SAP/abap-file-formats/blob/main/file-formats/doma/type/zif_aff_doma_v1.intf.abap `TYPES ty_data_type TYPE c LENGTH 4.` this is the internal data type(after conversion exit), ie. not what developers see in SE11? there is also fixed value appends, which as...
as the only type, ENHO contains `"! $callbackClass {@link cl_seef_aff_enho_filter_st}`, this is something outside this repository, so I cannot really tell what it is is it required? https://github.com/SAP/abap-file-formats/blob/main/file-formats/enho/type/zif_aff_enho_v1.intf.abap#L261