Bryan Hughes

Results 19 issues of Bryan Hughes

Guessing this project is abandoned? Not able to fetch deps due to a repo being missing `https://github.com/jlouis/upnp.git` Here is the full output... ``` bryan@appliance:~/git/etorrent$ make deps git clone -n --...

How do I support generating erlang code for two proto's that have the same name, slightly different structure, and are in different packages: This file is located in `proto/public/foo.proto` ```...

Is it possible to get the field information when no matching rows are returned. For example, selecting an empty table and providing the decode fun? `decode_fun/2` provides a nice opportunity...

Accidentally set a map with a field value of `{ok, 12345}` instead of `12345`. Calling `pgo:query/2` with the param list returns only `{error, badarg}`, which is correct but challenging to...

### Environment ### ``` Rebar3 report version 3.20.0 generated at 2023-02-08T03:33:48+00:00 ================= Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if...

Running the example: ``` ./run.sh $(./autotag local_llm) \ python3 -m local_llm --api=mlc --model=liuhaotian/llava-v1.5-13b \ --prompt '/data/images/fruit.jpg' \ --prompt 'what kind of fruits do you see?' \ --prompt 'reset' \ --prompt...

### Description ```Markdown When I run `poetry install` on the host server, everything works perfectly. When I ssh onto the machine and run `poetry install` it hangs on Pending. If...

kind/bug
status/waiting-on-response

I have a project that compiles and runs fine on 25.3.2.4 but not on 26.0.2. Here is my code: ``` {ok, C} = epgsql:connect(#{host => "localhost", port => 5432, username...

I have an project from a couple years ago whose tests were passing. I am getting into my project, but now the eunit tests fail when they are all run...

Followed the direction from Jetson Hacks ``` $ ./build_opencv.sh 4.8.0 Installing build dependencies. [sudo] password for bryan: Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease Hit:3 https://repo.download.nvidia.com/jetson/common r36.2 InRelease Hit:4 https://repo.download.nvidia.com/jetson/t234 r36.2 InRelease Hit:5...