thejoven

Results 13 comments of thejoven

https://ld246.com/guide/markdown https://github.com/Vanessa219/vditor @mylxsw

Focus on this issue

希望可以增加删除聊天记录功能,同时可选择把聊天记录的附件进行物理删除,否则以后沉淀的冗余会越来越多

> 演示预览用的是内部测试版本 如何加入内部测试版本

I want to call osmosis/gamm/swap-exact-amount-in on cosmpy. Do I need to generate the proto file for osmosis myself? Is there a tutorial or method to generate it, similar to https://github.com/ctrl-Felix/cosmospy-protobuf,...

i try use ``` python -m grpc_tools.protoc --proto_path=$(OSMOSIS_SDK_DIR)/proto --proto_path=$(OSMOSIS_SDK_DIR)/third_party/proto --python_out=$(OSMOSIS_PROTOS_DIR) --grpc_python_out=$(OSMOSIS_PROTOS_DIR) $(shell find $(OSMOSIS_SDK_DIR) \( -path */proto/* -or -path */third_party/proto/* \) -type f -name *.proto) ``` but get this error...

protoc --version libprotoc 23.2 The GeneratedProtocolMessageType is missing in the proto I generated. What version of protoc is being used in cosmpy? @MissingNO57

protoc --version libprotoc 3.20.3 Still unable to generate GeneratedProtocolMessageType

> yep,I was also considering using ctrl-Felix before, but it's obvious that the protobuf generated by ctrl-Felix is different. I had to give up this option. I have now switched...

OK , I preparing the relevant content.