Kaan Çalışkan

Results 4 comments of Kaan Çalışkan

Same here. For my app, I use role-based security and I check user's capabilities via Firestore collection. If this case also appears in production, I wonder if my document reads...

I am setting up a development environment with deno fresh and docker. I faced the same "--watch FAIL" issue with the official Deno Docker image. Luke's image solved the "exit"...

@ChristianSiegert Actually, I'm using Docker Compose to up the project. I used bind mount my local files and docker ```/app``` folder. My docker-compose.yaml file: ``` ... web: ... volumes: -...