Enes İnce
Enes İnce
Because it's confusing and it feels like it has more lines after the whole file ending, which causes me to look into different things, and then I learned that it...
Hi, I am learning buf package manager for a few days and practicing it with nestjs. I have a problem with it. If I use `npm install @buf/openfga_api.grpc_node`, package is...
### Where the bug happens - [X] Browser Extension - [ ] Library - [ ] Other ### your browser Chrome and Firefox ### Describe the bug I am using...
### Current Behavior When I add turbo mode in the `project.json` like below: ```json "serve": { "executor": "@nx/next:server", "defaultConfiguration": "development", "options": { "buildTarget": "app:build", "dev": true }, "configurations": { "development":...
### Where the bug happens - [X] Browser Extension - [ ] Library - [X] Other ### your browser Chrome ### Describe the bug I click option + click, and...
I generally use the approach in the code below. ```js import { queryClient } from "@sustable/system"; export const useDeleteUserMutation = createMutation({ mutationKey: ["corporate", "user", "delete"], mutationFn: async (data: IDeleteUserRequest) =>...