Stuart Corbishley

Results 45 comments of Stuart Corbishley

I hear you. I'd like to do better. When the elixir upgrade branch lands I'm going to change the test command to: `mix test || mix test --failed` That will...

> PS: I can't see what Codecov is complaining about :) Hmm looks likes indirect changes, they look innocuous to me.

@elias-ba I think I understand the change, I think this is good to merge. While this change didn't jump out as an issue, the logic around switching the job chat...

> @stuartc I think I understand clearly what you mean. So if I'm getting it right. we have to do. > > 1. `lastSeen` - for keeping ydoc awareness alive...

Notes from a chat with @midigofrank and @jyeshe, a potential step forward here is to: 1. Drop the extraneous parameters check but only if: 2. We can validate the yaml...

Let's capture this error differently, and log it as a separate exception - so we can determine _what_ about the credential is broken.

This is an interesting one. In an ideal world, the code would be in sync. Making the sync action result in a no-op. I'd really like to see an example...

Echoing Elias here, there’s little reason to expose websockets, http streaming is a known quantity in chat apis. There are several OpenAI api compatible libraries available for handling chat message...

Instead of putting a path directly in the `body` key (which would also be a string value), we use this pattern instead: ```yaml job-xyz: ... body: path: ../my-job.js ``` That...