Skip to content

feat: Add encodeVectorString to bin_writer.ts

Raul Costa requested to merge feat_encodeVectorString into master

Adds missing encodeVectorString to bin_writer.ts.

The same changes have been included in https://git.xfel.eu/karaboweb/kiwi/-/merge_requests/4/diffs?commit_id=0e10bf57183c89497612ea8332e33185cc07c995, and have been verified to work for calling ProjectManager.slotListItems on the backend (the item_types parameter of that slot is a vector of string).

Merge request reports