Allen Lai

Results 5 comments of Allen Lai

Is there anything I can do to help get this PR merged?

I have a similar issue as @Einenlum where I need a lower case unique constraint on a table in postgres. The recommendation is to add a custom index in a...

Hi Bob, In our use case, we are also profiling a long running symfony command that processes large numbers of batches. We have listeners that start the instrumentation process, but...

Hi @PROFeNoM, Thanks for your time. :) Nothing is wrong with `Tracer::reset()` and it does everything I expect, but my concern was to have my code depend on it after...

Hi @bwoebi, My use case is aligned with scenario `a` so it seems like I'm doing the right thing. Thank you for the clarification.