Tim Wojtulewicz
Tim Wojtulewicz
Spicy is set up to use https://codspeed.io to surface their benchmark results. I looked into it a little bit in the context of Zeek's builds. They currently don't have public...
I haven't seen this happen again in a long time. Closing.
Would 8.0 (or any x.0.0 of an LTS release) be a good place to start doing this?
Reopening this since there's an actual bug here, even if we worked around the btest.
I moved this back out of 7.2 Done to Todo.
Looking at how `sqlite3_threadsafe()` works, it only returns false (zero) if `SQLITE_THREADSAFE` is set to zero before we build `sqlite3.c`. We don't set that anywhere in the Zeek build system,...
I'm pretty sure that I talked to Robin about it way back when I was working on the I/O loop. We decided to leave it in at the time but...
Just for some follow-up, we decided to leave the debugger in but made changes to a bunch of the code that tracks the data used by the debugger to make...
Is there a reason why least `unique_id` can't just use the `UID` class like `Conn` uses? `UID` would need a second `Set` method that takes a pool to take care...
@stevesmoot Can you look at branch topic/timw/4513-consistent-unique-id-lengths and see if it does what you're expecting? EDIT: hm, looks like it broke something in the zeromq code. I'll take a closer...