Roland Salloum
Results
1
issues of
Roland Salloum
I am using capnp to read a bin file, below is the simple code that I am trying to run: ``` import capnp addressbook_capnp = capnp.load({ADDRESS_TO_CAPNP_FILE}) f = open({FILE_TO_READ_DIRECTORY}, 'rb')...