Samuel Colvin

Results 1016 comments of Samuel Colvin

I think the problem is with a conflicting fixture `loop` provided by `pytest-toolbox`, I can remove that but to confirm the problem, please run: pytest -p no:toolbox -k test_health_check_direct

I'm not sure but I think this iss because by default `health_check_interval = 3600` meaning that the health check might not have been updated since recently. But I'm not that...

in general the results of health checks will only be updated once every hour, this is probably wrong and should be made much faster.

no sadly not at the moment I haven't implemented them. If you want to help have a go at implementing them in Bokeh.jl I'm happy to help (a little, I'm...

I can see how useful this would be but it needs two way communication with Julia I guess using websockets which is a long way off. Honestly I probably won't...

Thanks for bringing this up. Off the top of my head this sounds reasonable, but I think we need to do some more thinking about whether it could introduce any...

I'm a bit confused, are you talking about the `where` clause? I'm currently using the following: ```py from buildpg import Empty, V, Values ... if user_id: where = Where(V('user_id') ==...