Re: [apache/incubator-teaclave] Read/write files as small chunks (#349) (80fe5e9)

2020-06-27 Thread Qinkun Bao
Indeed true. May I create a new pull request to simplify the code? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: Podling Teaclave Report Reminder - July 2020

2020-06-27 Thread Mingshen Sun
Hi all, Here is the report on 2020 Q2. Feel free to comment here if I miss anything. Thanks. Best, Mingshen ## Teaclave Teaclave is a universal secure computing platform, making computation on privacy-sensitive data safe and simple. Teaclave has been incubating since 2019-08-20. ### Three

Re: [apache/incubator-teaclave] Read/write files as small chunks (#349) (80fe5e9)

2020-06-27 Thread Mingshen Sun
You can use `while` to simplify the code. E.g., ``` while content.read() > 0 { } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: