Trevor Hickey
Trevor Hickey
There doesn't seem to be any CLI flags to export. I'm hoping to generate treesheets and then export them as images (without using gui). Can I make a diff to...
hey, I'm trying to gauge how alive this project is? Does it support c++11, 14, 20? I pretty much get `parsing error: Token` on every source file.
``` pip install language-check 1 Collecting language-check Using cached https://files.pythonhosted.org/packages/97/45/0fd1d3683d6129f30fa09143fa383cdf6dff8bc0d1648f2cf156109cb772/language-check-1.1.tar.gz Building wheels for collected packages: language-check Running setup.py bdist_wheel for language-check ... error Complete output from command /usr/bin/python -u -c...
I'm looking to dump wallets from inputs to outputs (senders to receivers). I believe these keys exist within the script portion, but it doesn't look like the tool parses scripts....
Can you add to the readme? I don't understand what libevil is.
As far as I understand this, the client and plugin communicate over websockets. ``` clientserverplugin ``` Is it possible for them to communicate directly without the server?-- or is that...
I'm not sure this is working on newer versions of bazel. ``` INFO: Invocation ID: d1d1b8dd-d912-4859-89ed-e9a4d5f09a5e ERROR: /home/thickey/.cache/bazel/_bazel_thickey/12ea4ca4c5b772e334d238b0acc653b5/external/com_google_protobuf/BUILD:597:1: Traceback (most recent call last): File "/home/thickey/.cache/bazel/_bazel_thickey/12ea4ca4c5b772e334d238b0acc653b5/external/com_google_protobuf/BUILD", line 597 internal_gen_well_known_protos_java(srcs = WELL_KNOWN_PROTOS)...
If we can convert other languages into my structure format, we can start running powerful static analysis, re-transcompilation, etc. Might be hard to get a reliable transformation. But hoping to...
sometimes there is functionality that someone wants, but it is not accessible(and not testable) since it is private. Maybe we should have a language token for ["why this is public"]...
basically we are already on the roadmap from unilang transcompiling to protobuf and imgui display/transformers. Targeting desktop will b easy. we want the same thing in webassembly. This person nailed...