Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ayush-seth's full-sized avatar
🏠
Working from home

Ayush Seth ayush-seth

🏠
Working from home
View GitHub Profile
import { useAuth } from "@clerk/nextjs";
import { useQuery } from "@tanstack/react-query";
import { type ZodSchema } from "zod";
import { api } from "../utils";
type CreateAuthedQueryParams<TSchema> = {
queryKey: string[];
endpoint: string;
zodSchema: ZodSchema<TSchema>;
};
@ayush-seth
ayush-seth / .alacritty.yml
Last active October 30, 2022 14:05
Alacritty config
window:
padding:
x: 5
y: 10
decorations: none
opacity: 1
startup_mode: fullscreen
scrolling:
history: 10000