Jaka Jančar

Results 83 comments of Jaka Jančar

Thank you @ewjoachim, I will work on this!

@ewjoachim I'm tried to add some test that checks that log context does not grow infinitely with args size and am noticing some things: - First `types.JSONValue` is kinda misleading,...

> That's something that comes up a lot: I'm a maintainer of procrastinate (and the developer of a large part of it), but it's been ages since I last was...

@ewjoachim Yes, now you understand the problem this PR is solving :) Tbh I have kind of given up on both approaches: - automatic limit for all args, because of...

> For A) it seems we are already too deep in it 😉 🤣 Ignoring the details of the shortening and the presentation of the admin page for a second,...

Ahh, I didn't know this is called a megaphone. Maybe a "loudspeaker" and "announcement" keywords would also make sense. I will say I'm not a fan of it though: -...

After some education, I see the cone/loop hande mimics a "cheerleading megaphone", vs. the samples I posted are an electric megaphone. I've never heard of a cheerleading/analog megaphone, so that's...

@MikeRalphson Anything else you want me to do?

Until this is live, for anyone needing to resolve missing download detection, you can hack things by calling `agent._update_available_file_paths` in new step callback: ```py downloads_path = Path("/tmp/foo") async def new_step_callback(summary,...