Chao Xu
Chao Xu
# 🚀 Feature Request Add an iterator interface to `aptos_stdlib::simple_map::SimpleMap` (like [`IterableTable`](https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/move-examples/data_structures/sources/iterable_table.move). ## Motivation We intend to use `simple_map::SimpleMap` as a lightweight replacement for `IterableTable`. ## Pitch Given that `simple_map`...
`include_str` and `include_bytes` don't work if some of the codes are generated, even if the `include` macros are called from codes that are not generated. I have a reproducible example...
For matrix $A$, $B$, calculating $A^TB$ should be able to use `gemm` routine, however, it doesn't ```rust let a = Array2::::zeros((10000, 1000)); let b = Array2::::zeros((10000, 1000)); let _ =...
### Module location https://github.com/google/flatbuffers ### Link to bzlmod issue in the module's repository https://github.com/google/flatbuffers/issues/7695 ### Any other context to provide? _No response_ ### Fund our work - [ ] Sponsor...
Setup proper NPM so users can install directly from npm/yarn etc. It also alleviates potential mismatch of dependency library versions.
It looks like the location of `cc_proto_library` has been removed from `@rules_cc//:defs.bzl` and the suggested new location is `@protobuf//bazel:cc_proto_library.bzl` or `@com_google_protobuf`. is it possible to update the `native-cc` fix to...
Now editions are being officially rolled out, is there any plan to update the code generation for editions? Thanks.