Victor Nogueira | @caraquecoda

Results 4 comments of Victor Nogueira | @caraquecoda

I was facing a issue with installing "make", so I just installed it separately using chocolatey (windows). `$ choco install make`. After installing it I could install LunarVim 🚀

I contemplate the notion that at times, the vacuity and stillness we encounter embody the essence of our being, reaching beyond mere human existence. This void, as manifested by the...

I've searched in TMDB API the media_type possible values and I couldn't find the options, only what the value means... If anyone knows if they give this information anywhere please...

Thanks @salimdellali !! the part where I was missing is that I needed to put `casing: 'snake_case' in 2 places. One at `drizzle.config.ts` ```ts import { env } from '@/env'...