Tim Diekmann

Results 28 issues of 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...

Help wanted
Feature request

## 🌟 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?...

area/libs
type/eng > backend
area/tests
area/tests > integration

## 🌟 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...

area/libs
type/eng > backend

## 🌟 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...

area/apps > hash*
area/apps > hash-api
area/libs
type/eng > frontend
type/eng > backend
area/tests
area/tests > integration
area/apps

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...

area/apps > hash*
area/infra
area/apps
area/infra > terraform

## 🌟 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...

area/deps
area/infra
area/libs
type/eng > backend
area/tests
area/infra > terraform

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...