Umut Tufanoglu
Umut Tufanoglu
Currently the validThrough property is required. Job postings without an expiration date can't be set properly, current we have to manually add a datetime. The property validThrough should be optional.
Describe the issue: Currently there is no way to add a confidential value to the JsonLD Job component. There should be an option to set the confidential value like following:...
# Unable to infer path to ace from script src I am using react ace in my Next.js Project, so far the editor seems to work but my chrome dev...
How can I prevent importing vue in every single component. For instance in this component: ``` hello times: {{ helloTimes }} import Vue from 'vue' import Component from '../../../lib/index' @Component...
I installed the Switch component doing following: ```ts pnpm add @radix-ui/react-switch ``` And afterwards created my switch.tsx file with following content: ```ts "use client"; import * as SwitchPrimitives from "@radix-ui/react-switch";...
Hi, I have some issues settings trpc-openapi on a new [t3](https://create.t3.gg/) application. So far I added an `openapi.ts` file: ```ts import { generateOpenApiDocument } from 'trpc-openapi'; import { appRouter }...