Bryan Hughes

Results 34 comments of Bryan Hughes

Thanks! I am looking for an Erlang implementation of a torrent client and yours comes up as the first Google hit and seemed to be the most well thought out....

I am using `use_packages`, which correctly generates the code. As you saw, the issue is that the file `foo_pb.er` gets overwritten by the last protobuffer that is processed. I can...

Unfortunately, this requires me to manually rename everything. What would be the best solution would be to set an option to prepend the package name: `{rename, {msg_name, {prepend, package_name}}}` So...

Ugh. Sorry for the typo's in my previous relies - and no worries at all. :) Just to clarify, the goal is to generate `src/public_foo_pb.erl` and `src/test_schema_foo_pb.erl` where the package...

Apologies - been a crazy week and trying to catch up -- ultimately this issue boils down to namespacing by package names, and how fundamentally Erlang does not support any...

Adding to this bug versus opening a new one... Code formatting currently results in... ``` foo() -> _Str = lists:flatten("SELECT " ++ lists:join(", ", ["a", "b"]) ++ " FROM "...

Sorry for the delay. It is happening again. After about 15 minutes I killed it: ``` $ poetry add keras The currently activated Python version 3.10.12 is not supported by...

Also, now running poetry just hangs. I had to reboot the remote host and poetry is currently back to working. This is really unusable, which very sad since I like...

Hi @dusty-nv, unfortunately this is still broken for me. ``` $ sudo docker pull $(./autotag local_llm) Namespace(packages=['local_llm'], prefer=['local', 'registry', 'build'], disable=[''], user='dustynv', output='/tmp/autotag', quiet=False, verbose=False) -- L4T_VERSION=36.2.0 JETPACK_VERSION=6.0 CUDA_VERSION=12.2.140 --...

> https://github.com/dusty-nv/jetson-containers/blob/master/packages/audio/riva-client/list_audio_devices.py @dusty-nv I have which corroborates what `aplay -l` shows ``` AUDIO DEVICES: 0: NVIDIA Jetson AGX Orin HDA: HDMI 1 (hw:0,7) (inputs=0 outputs=8 sampleRate=44100) 1: NVIDIA Jetson AGX...