Magoz

Results 25 comments of Magoz

Almost likely you are passing `undefined` to `siteUrl`. Check that you have properly set up your `.env` files and you are passing the right one.

Check that `baseUrl` and `paths` are inside `compilerOptions`, not below it. ```json { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": [ "./src/*" ] } } } ``` Related: https://github.com/shadcn-ui/ui/issues/1641#issuecomment-1741913721 >...

> For anyone looking for a quick fix, I was able to get this working with `windwp/nvim-autopairs` by adding the following: > > ```lua > require('cmp').event:on('confirm_done', function(evt) > if evt.entry.completion_item...

https://github.com/Make-Lemonade/iconicicons#react

Showing execution time for `run` would be awesome. Any chance of this happening, @zkochan?

Agreed! `findOrCreate` would be super handy.

@efilion works great! Please open that issue and let's see if it can make it to the official docs. Great work!