Tin Chung

Results 12 issues of Tin Chung

# 🐛 Bug I use the `submitTransaction` code in the example and it cause an error when running tests. Here is the link to the method https://github.dev/aptos-labs/aptos-core/blob/38b1b4ccb2e6ca5f891c985e8424944efec62739/ecosystem/web-wallet/src/core/mutations/transaction.ts ## To reproduce...

bug
community

- [ ] Bug report - [x] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and expected behavior?** My team stores...

P4 - Needs Investigation

Building the repo produces an error with the SDL2 framework on OSX. I fixed the issue by linking the SDL2 framework library on OSX to the build path

**Is your feature request related to a problem? Please describe.** Using database with keyspaces like tree / column is not a very good experience. Every time we want to see...

enhancement

**Is your feature request related to a problem? Please describe.** For now, it is a bit hard to track commands supported or showing additional info while inside the app. **Describe...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Command editor is primitive textarea, it is not too powerful. It would be best to have a command completion **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** LevelDB is built on top of RocksDB, it's great to have this database in the list too **Describe the solution...

enhancement
good first issue

# ISSUE - Link to the issue: https://github.com/paritytech/polkadot-sdk/issues/3800 # Deliverables - [x] remove deprecated calls; (https://github.com/paritytech/polkadot-sdk/pull/3820/commits/d579b673672454d0dc7b5049e5cbbe6077da520b) - [x] set explicit coded indexes for Error and Event enums, remove unused variants...

**Is your feature request related to a problem? Please describe.** Apart from being as an embedded storage, SolomonDB can support Gremlin query on a single-node database server. We will build...

**Is your feature request related to a problem? Please describe.** ```rs let t1 = db .traverse() .v(1) .add_v("person") .property("github", "tin-snowflake") .property("name", "Tin Chung") .property("age", 21) .add_v("coder") .property("github", "chungquantin") .property("age", 30);...

enhancement