hungify2022

Results 9 comments of hungify2022

We have two approaches to implement. 1. Use Object ability `subject` and `action` ``` import type { AbilityClass } from '@casl/ability' import { Ability } from '@casl/ability' export type Actions...

@mrnugget Thanks Folder-specific settings with these configs would resolve that.

Let's check PR: https://github.com/colinhacks/tozod/pull/28

Let's check PR: https://github.com/colinhacks/tozod/pull/28

@rhinodavid It saves my day Thanks a lot :heart:

Due to the Typescript version. An error appears on `^4.9.5` but `^4.7.4` doesn't. Someone Typescript expert can resolve that.

> ```ts > type Merge = Omit & S > ``` It saves my day :heart: This answer really right for the optional key ``` export type Prettify = {...

Vue 3.4 ![CleanShot 2024-02-23 at 11 14 34@2x](https://github.com/vuejs/core/assets/126773143/600386f4-fcc2-4be7-bfb9-5d77be237cf8) ### ReHelloWorld.vue ```vue import HelloWorld from './HelloWorld.vue' interface Slots { default: (props: { default: string }) => string top: (props: { top:...