Keith Williams
Keith Williams
### Describe the solution you'd like Our feature flags currently only support on/off. It would be great to have a feature flighting system where we can roll out new features...
Our codebase currently contains large files that could benefit from refactoring into smaller, more modular components. Example: [handleNewBooking.ts](https://github.com/calcom/cal.com/blob/230b82d3bf3692cbe415f2ed6305ebc643bede1b/packages/features/bookings/lib/handleNewBooking.ts). This refactoring effort is essential for improving the maintainability of the code...
Implemented in https://github.com/calcom/cal.com/pull/13335 From [SyncLinear.com](https://synclinear.com) | [CAL-2985](https://linear.app/calcom/issue/CAL-2985/bump-trpc-and-react-query)
## What does this PR do? Fixes #13311 ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How should this be tested? - ensure test...
We currently have many errors coming from Insights because the queries we have in place take 10+ seconds to return and that causes Prisma errors. Before taking the leap to...
To enhance our application's performance monitoring capabilities, we aim to integrate Sentry and/or New Relic seamlessly into our codebase. The challenge is to achieve this integration in a clean and...
### Is your proposal related to a problem? For auditing reasons, having alerts set up that inform org owners/admins that certain team members have their availability completely turned off or...
[tinybird.com](http://tinybird.com) From [SyncLinear.com](https://synclinear.com) | [CAL-3504](https://linear.app/calcom/issue/CAL-3504/insights-20-with-tinybird)
"Good Morning- It appears as the git for [cal.com](http://cal.com/) is missing some key features 1. In the create event API there are no start date & end date params. 2. ...
Swaps out our 4 vCPU server on buildjet for one with 8 vCPU and 32 GB RAM. Want to see how our main e2e test suite performs with better hardware....