Dylan Mikus

Results 5 comments of Dylan Mikus

I was able to fix my issue by using yarn package aliases, like ``` yarn workspace @pixly/frontend add mysharp@npm:sharp ``` and then importing `mysharp` instead of `sharp`.

Would it be better to link to our [homepage](https://www.supercool.xyz/) or to our [docs](https://docs.supercool.xyz/)?

Quick question about this: > For now, we've made DBOS.tracer available in the public interface (https://github.com/dbos-inc/dbos-transact-py/pull/306), so you may add your own tracing spans in your functions. Is there any...

Thanks for the pointer. Is this documented on https://docs.dbos.dev/ ? I don't recall seeing documentation, and think it would be nice to add!

I'd also really like smoother support for connection pooling. My Arq enqueuer falls over really quickly in a production setting.