Federico

Results 94 comments of Federico

I'm using the RestApi, I have no access to the actual MusicKit api. (Extensions are built with React not Swift.) However I'll see if I can do this. For instance,...

I assume this can be closed right? @ematipico

I think you have to use: - `npx` for `npm` - `yarn dlx` for `yarn` - `pnpx` or `pnpm dlx` for `pnpm` in order to solve this. The package manager...

Since components are built on top of radix-ui, refer to the radix docs for technical documentation: https://www.radix-ui.com/docs/primitives/components/switch In your case: ```tsx import { Label } from "@/components/ui/label" import { Switch...

I recently implemented a similar feature in [another tool](https://github.com/rawnly/gh-linear) so I’m kinda fresh on this topic šŸ˜…

LGTM! Even better than this

> Path aliasing did not work for me as described in the manual docs, and had to manually change the file imports to "../.." syntax. Hey @puneet-sarhali you might find...

@mitrotasios awesome! Is it possible to have email too? šŸ˜… Anyway tbh, I don't understand why not just exposing the attribute type to the lib user.. I can understand number/date,...