Tim Diekmann
Tim Diekmann
### VS Code version 1.96.2 ### Extension version 2.3.2 ### Biome version 1.9.4 ### Operating system - [ ] Windows - [x] macOS - [ ] Linux ### Description Our...
## 🌟 What is the purpose of this PR? We typically only need a few policies based on the actions we're going to do. ## 🔍 What does this change?...
## 🌟 What is the purpose of this PR? I prepared everything in order to use the new `viewEntity` policy action and stop relying on SpiceDB for entity queries. This...
## 🌟 What is the purpose of this PR? When the new policy engine is used, we don't need the old relationships. However, this was not done in a single...
The latest nightly toolchain removes `doc_auto_cfg` and merges it into `doc_cfg`. Without this change, the crate cannot be documented on the latest nightly toolchain anymore.
# Upgrades the Docker Postgres base image to 18.1-alpine3.23 ## 🌟 What is the purpose of this PR? Upgrades the Postgres Docker base image from version 17-alpine3.22 to 18.1-alpine3.23. This...
## 🌟 What is the purpose of this PR? This implements CPU time profiling (using pprof) and Wall time profiling (using tracing spans). It can be hooked into the profiling...
With the new version, it's enforced that native TLS is compiled as soon as you enable `tokio-postgres`. Is it possible to move that to another feature? Previously, we had this...