Benature Wong

Results 49 comments of Benature Wong

I've tried python3.8 and pip3.8, but encountered another error (with a very long log)

Hi, @edgar-costa I did run the `install-p4-dev.sh`, only then did I install p4-utils. I think the error is raised because `setup.py` requires `'protobuf >= 3.6.1'`. Or to make sure I...

> you can run "protoc --version" @AmazingBJ Thank you. ``` user@v:~/p4-tools/protobuf$ protoc --version libprotoc 3.6.1 ``` So the protobuf is indeed installed with version 3.6.1, which is the same as...

> but i install p4-utils,still report protobuf requires Python '>=3.7' but the running Python is 3.6.9,how can i fix this.if i did not install p4-utils correctly,when i run "sudo p4run"...

@AmazingBJ Thank you, in brach `simple-frr`, I can successfully install p4-utils, and `p4run` is fine ``` user@v:~/p4-tools/p4-utils$ p4run -h usage: p4run [-h] [--config CONFIG] [--log-dir LOG_DIR] [--pcap-dir] [--cli] [--verbosity] [--clean]...

@AmazingBJ Oh sorry, `p4_src` is not an old field, please ignore my last comment. I will do more test later in the `simple-frr` branch later.

@edgar-costa Hi, with branch `simple-frr`, the log file is empty, though config turn it on ```json "enable_log": true, ```

I would like to, but I don't know how to modify to support mobile.😥

From https://marcus.se.net/obsidian-plugin-docs/user-interface/context-menus and refer to https://github.com/TfTHacker/obsidian42-text-transporter/blob/0edb6750a0b17bcceaf065f27bee4dfa086c6cd0/src/ui/PluginCommands.ts#L188, I know how to add item to context menu. However, what I want to do is to add the commands into the second level...

Hi, thank you for your PR. Take an example, if we selected, say, "Obsidian plugin", what you expected is "obsidian plugin" if toggle once and "OBSIDIAN PLUGIN" if toggle twice....