Anders Eknert
Anders Eknert
Hi Sebastian! And thanks for the reminder. I'll try and get a new release out this week 👍
While I'm not against this, I think it _could_ be made somewhat moot once we implement [signature help](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_signatureHelp). With that flow enabled, a user would first type a few letters...
Thanks for raising this! This is the first time I hear about it, but that's certainly unfortunate. I don't think the size of OPA's own binary is likely to be...
I'm mostly on board with that. My only objection is the lazy aspect. > This cache would be invalidated whenever a policy or data update happens. This should also rebuild...
Related https://github.com/open-policy-agent/opa/issues/2282
The compiler could certainly be improved. In the meantime: > The thing with our implementation is that we have a multi-tenant SaaS where users can CRUD policies on their own...
Yeah, just to be clear, I don't think you should have to partition your tenants because OPA couldn't keep up! Just that it's probably a good idea anyway, and one...
Thanks for the heads up!
> The error message now includes both the input string and the underlying parser error The underlying error isn't wrapped (using `%w`) as I suggested, so not really. > I've...
> Ran `make test` as suggested But the tests are still [not passing](https://github.com/open-policy-agent/opa/actions/runs/17192022853). And there are linter issues reported too. Make sure that's addressed before any other changes are made,...