sagewe
sagewe
I find annotation from MacOS missing when sync to IOS. The json data exist but has different `title format` ``` Works on MacOS: >%% >```annotation-json >{"created":"2021-11-29T16:42:56.157Z","updated":"2021-11-29T16:42:56.157Z","uri":"vault:/%E9%99%84%E4%BB%B6/Lattice Based Cryptography for Beginners.pdf","document":{"title":"Lattice...
Signed-off-by: weiwee
We no longer need to split large object into small pieces before remote to another party since eggroll 2.0 has this feature buildin supported.
**Describe the bug** docs building failed Pygements introduce a breaking change from at version 2.12.0(ref: https://github.com/pygments/pygments/issues/2119),cascading causes our document automation compilation process to fail. Few requirements update could fix this...
1. add linear regression 2. add scorecard
see #216 This pr add flag indicate mypy-protobuf should generate grpc stubs with `aio.Server` support script like this ```sh protoc \ --python_out=output/location \ --mypy_out=readable_stubs:output/location \ --grpc_out=output/location \ --mypy_grpc_out=aio,readable_stubs:output/location ``` generate...