[GitHub] [incubator-teaclave-java-tee-sdk] superajun-wsj commented on pull request #17: Add NOTICE file for JavaEnclave

2023-01-05 Thread GitBox
superajun-wsj commented on PR #17: URL: https://github.com/apache/incubator-teaclave-java-tee-sdk/pull/17#issuecomment-1373029714 @mssun invite you to help review this pr, if you have any comments let me know, thank you. -- This is an automated message from the Apache Git Service. To res

[apache/incubator-teaclave] Aggregate task and platform logs (Issue #669)

2023-01-05 Thread He Sun
### Motivation & problem statement Current implementation uses env_logger that outputs to std::io. It is convenient for development as the developer can see the logs immediately in the terminal. However, it is not friendly to the users. The users have no access to logs, which is not good fo

[apache/incubator-teaclave-sgx-sdk] V2.0.0 preview:can't build `pgx` crate with error:can't find crate for `proc_macro` (Issue #415)

2023-01-05 Thread xin201501
`pgx` is a crate to wirte custom functions to postgres database. It has `no_std` features to turn off std,(but I think in v2.0.0 we don't have to turn off std for most crates.) I used the `project template` in the samplecode folder. Here is my `Cargo.toml` file: ```cargo.toml [package] name = "sam