EL MEHDI ESSAADI

Results 6 comments of EL MEHDI ESSAADI

I did that: let endDateInMeliSec = Date.UTC(new Date().getFullYear(), new Date().getMonth() + 2, 5, 22, 44); Date.UTC is a method that we give it a UTC date and it return for...

__Hey_ olekstomek, I tried to find a way to convert a youtube channel id to name, but I didn't find anything can helps. For now the app support just youtube...

> @vimtor I fixed it by wrapping my PopoverContent (which is being used by ComboBox) in its own FocusScope and DismissableLayer (suggested in this issue [radix-ui/primitives#922 (comment)](https://github.com/radix-ui/primitives/issues/922#issuecomment-948366132)). That fixed my...

Removing the space after **LOCALE_CODE** env value fixed the problem for me ```diff - LOCALE_CODE="EN" + LOCALE_CODE="EN" ```