binaryartifex
binaryartifex
### Describe the bug My intent was to hardcode the values of the 'w' & 'h' keys in the data-grid related properties. At present these values only seem to work...
### Current Behavior My nextjs applications are no longer being served locally. While waiting for the initial build to view application locally in the browser, after a minute or two...
### Describe the bug Get type errors when attempting to export a decorators array with a `withThemeByDataAttribute` decorator (straight from the docs) ### To Reproduce Install and add the following...
### Current Behavior create-nx-workspace consistently crashes when attempting to scaffold a new standalone nestjs application ### Expected Behavior Successfully scaffold out a new standalone nestjs application ### GitHub Repo _No...
### Provide a general summary of the issue here combobox does not render a list of results from an initially empty or undefined list given a search query. however each...
any chance of exporting the VerifyCallback and Options types? typescript isn't inferring the super class at all when used as part of a nestjs implementation... ```typescript import { Injectable }...
Im working with an NX monorepo. new Vite app. the important part as follows ```typescript svgr({ svgrOptions: { ref: true, typescript: true, exportType: "named", }, esbuildOptions: { loader: "tsx", },...
**Describe the bug** When using a tailwind-variants `tv` config with a moderate amount of compound variations, the tailwind-intellisense extension hangs indefinitely for the whole project. **To Reproduce** The best way...
**Describe the bug** As the title suggests, 'compoundSlots' is unable to infer slots passed into 'extend' **To Reproduce** ```typescript export const baseStyles = tv({ slots: { base: "bg-neutral-300", }, });...
Initial submission of an effect-ts compatible react-hook-form resolver that accepts schemas from the `@effect/schema` library.