Rick Staa

Results 1034 comments of Rick Staa

> Just following up on the conversation. > > Here are my thoughts > > 1. I don't think full pages ads will work with SSAI. Most the reasons are...

@brandonschabell I came across this issue as I noticed that ray tuning doesn't show parameters that are created using `hp.randint`. As of [this pull request](https://github.com/ray-project/ray/pull/9297) ray tuning supports `np.bool8` and...

@dob, @thomshutt the only parts I found in the docs where confusion might arise are the parts that already use the Gateway term in another context: - [api-references to gatewayUrl](https://github.com/livepeer/docs/blob/cbe65c9e853eaecec5cbf8e94eb2921fd37b90a4/api-reference/task/overview.mdx#L331)...

@victorges I noticed in https://github.com/livepeer/go-livepeer/pull/2981 hat you added the following line: https://github.com/livepeer/go-livepeer/blob/b739f354ce42d20d51c0778156999932dd8c2ae8/cmd/livepeer/starter/starter.go#L796 Since there's no goroutine or defer statement inside the loop that could cause a closure over the loop...

> Hey @rickstaa! Even tho there's no explicit go or defer statements there, there is a closure on this anonymous function sent to that auto updater: > > https://github.com/livepeer/go-livepeer/blob/b739f354ce42d20d51c0778156999932dd8c2ae8/cmd%2Flivepeer%2Fstarter%2Fstarter.go#L799 >...

@ad-astra-video was this replaced by https://github.com/livepeer/go-livepeer/pull/3246?

> Yes this can stay closed > […](#) > On Wed, Nov 13, 2024 at 3:48 PM Rick Staa ***@***.***> wrote: @ad-astra-video was this replaced by #3246 ? — Reply...

@eliteprox, @ad-astra-video, I've been setting up a development container this morning to simplify debugging the timeout issues with external containers as reported in [LIV-299](https://linear.app/livepeer-ai-spe/issue/LIV-299/external-containers-throw-time-out-when-inside-docker). I managed to get the build...

I decided not to implement this at the current time because I don't need it on my own repositories. However, I'm happy to review a pull request if somebody wants...

As there currently is no way to close a discussion when a feature has been implemented, this feature has to be implemented using a `completed` label. This behaviour will improve...