Nuwan Jayawardene

Results 57 comments of Nuwan Jayawardene

@rhornig, I implemented UDP packets in https://github.com/inet-framework/inet/pull/929/commits/6008a9a3634e3c9dc9ba18ac357da8dc9adec5ec. Appreciate some feedback on whether this approach is correct so I can replicate it for all packet transmissions https://github.com/inet-framework/inet/blob/6008a9a3634e3c9dc9ba18ac357da8dc9adec5ec/src/inet/routing/leach/Leach.cc#L282 https://github.com/inet-framework/inet/blob/6008a9a3634e3c9dc9ba18ac357da8dc9adec5ec/src/inet/routing/leach/Leach.cc#L358

Hi @Tilix4, I ran RQD via docker and came across a similar set of errors. ![Selection_098](https://github.com/AcademySoftwareFoundation/OpenCue/assets/24616975/1ec524bd-a1b7-4800-a26b-136f4691bbf0) It seems like there is a limitation with the `pynput` module when running in...

@bcipriano seems like this has been resolved with this function: https://github.com/AcademySoftwareFoundation/OpenCue/blob/2b7bfdddef7b7994a0dc5800142ab6a22f88d528/cuegui/cuegui/Constants.py#L82-L89 Although the `1.3.0` value is hard coded to be returned when the `VERSION.in` file isn't found.

Hi all, it appears that the animation rendering happens successfully as per the RQD logs ![Selection_164](https://github.com/AcademySoftwareFoundation/OpenCue/assets/24616975/bfaa8783-90fd-4293-ad36-d6db84327511) However, there appears to be a TypeError popping up from `rqdmachine.py` ![Selection_165](https://github.com/AcademySoftwareFoundation/OpenCue/assets/24616975/da275b7a-6889-4917-b9ff-331b13ad1da1) Meanwhile, Cuebot...

> @n-jay Looks like we're getting some python unit test failures here, could you check those out? @bcipriano, yes I caught this failure and was hoping for some feedback: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1337#discussion_r1502784908...

Noted @bcipriano @DiegoTavares, that's a lot more efficient. Just to clarify, would this be the tarball generated in the `/opt/opencue` directory of the image? > ...then do anything else that's...

@bcipriano, as suggested I implemented the `COPY --from` command for the **tarball** as well as **RQD config file** and the **proto directory** which were not included with the tarball extraction....

No worries @DiegoTavares 😄. Took me a while to get back to this also. > Unfortunately COPY runs on the build environment, so it doesn't have access to variables set...

Replied in the corresponding mail [thread](https://lists.aswf.io/g/opencue-user/message/687) and duplicated here for reference. It seems like you can configure the update interval value via the [cuegui.yml](https://www.opencue.io/docs/other-guides/configuring-opencue/#cuegui) file. This field specifically: https://github.com/AcademySoftwareFoundation/OpenCue/blob/b203380ba4361e887692ae89f9c5a371e4b7177c/cuegui/cuegui/config/cuegui.yaml#L18