Leonard Shi

Results 4 issues of Leonard Shi

As u can see from the below two pics, the autocompletion is not functioning in that special `select case block` for the variable `res := results{}` **ONLY** (i tested some...

@dennwc @tamethecomplex thanks very much. After I read up the - https://github.com/tamethecomplex/tutorial-documents/blob/master/cayley/BeginnersGraphDatabaseSchemaDesign.md - https://discourse.cayley.io/t/beginners-guide-to-schema-design-working-thread/436 and other materials, i designed and played with the following n-quads data: ``` "23TplPdS" . "XXXX"...

enhancement

As showed in this [PR](https://github.com/rust-lang/pkg-config-rs/pull/105) the crate [pkg-config](https://github.com/tensorflow/rust/blob/master/tensorflow-sys/Cargo.toml#L27) ignores the env vars, pls help to upgrade it to the latest fixed release `0.3.24`. Tested at my local, after upgrade, i...

enhancement

With TF2 python [tf.saved_model.load(export_dir, tags=None, options=None)](https://github.com/tensorflow/tensorflow/blob/7c2964c6f7961ecb79fbf054935868de7108c6f7/tensorflow/python/saved_model/load.py#L849) API, i can load the saved_model as a collection of concrete functions, then i call them like `conc_func(**input_tensors)` according to different signatures, how can...