ddorian

Results 123 comments of ddorian

I get the same error when newrelic is imported first on a simple script: ```python import newrelic.agent """ """ import logfire ```

I would generally prefer data to be in a json(b) column so it's easy to query and read. Think find/delete all sessions of a user.

My setup is pretty complex. I managed to trim it down to this script. Run it with `uv run script.py`. structlog has been configured to pass the logs logging module....

It's maybe here https://github.com/Preston-Landers/concurrent-log-handler/blob/9d60675de0269dfc9b1f0336b2b8e4bbb11131be/src/concurrent_log_handler/queue.py#L180

Agree with you, I'm disabling it. Another alternative (easier to code but less efficient) would be to run the write operation in a threadpool (with option to provide the threadpool...

Insert this string into a `text` column to reproduce: ```python value = "\x1c\x00Þé`\U00104103Æ\U000eadac\U00018d30I" ```

Look at Java. Their official saying is that Project Loom (green threads) will make reactive (asyncio) obsolete. > Gevent transitions to an M:N model of M greenlets to a pool...

> I resent that 😄 I really appreciate what you've done for the project and I use it! But the official/popular narrative is against the project. > asyncio only exists...

Discussion "Add Virtual Threads to Python" https://discuss.python.org/t/add-virtual-threads-to-python/91403