Results 8 comments of Connor Brinton

We're interested in using Oso at the company where I work, but we're having a hard time figuring out how to ensure using Oso won't negatively impact latency (compared to...

> I'm a bit worried that even with async support, the API still wouldn't enable the dataloader-like pattern you're describing. That might end up being a separate feature entirely (one...

I've determined that the exact spots that depend on Flask-SQLAlchemy objects are: ``` connection = _db.engine.connect() ``` And: ``` session = _db.create_scoped_session(options=options) ``` This conflicts with the documentation, which states...

I don't think it would be too difficult. It looks like there's some extra locking logic around connection creation in `flask-sqlalchemy`, but it shouldn't be relevant for most applications. I...

@jpmckinney Great question 🙂 I have to admit that I don't totally understand everything that's going on with relation to `bind=connection` vs `bind=engine` 😅 I think `bind=connection` is nice because...

I can definitely understand wanting to preserve the current behavior. Changing this could potentially affect any evaluations where the tokenization is different between the reference and predicted documents. Would it...

Mixing "partial" platform releases with "full" platform releases on PyPI makes it difficult for me to use Ray in all of the different environments I use it while keeping it...

This is even [one of the examples in the Claude Code documentation](https://docs.claude.com/en/docs/claude-code/mcp#example%3A-connect-to-github-for-code-reviews). It probably should be removed from the documentation until it works. Here's the exact error I see, for...