sagewe

Results 15 issues of 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...

bug

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.

arch

**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...

bug
document

1. add linear regression 2. add scorecard

如图 一般的md文件内嵌其他md文件时, 点击箭头所示的标志会跳转到对应的文档

enhancement

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...