Yeri Pratama

Results 5 comments of Yeri Pratama

thanks @asilvadesigns it worked and looked nice!

I have the similar problem as well. I'm using Nixos with gnome 43.2 ![image](https://github.com/EliverLara/Nordic/assets/10344542/3712abb4-2dcf-4c8b-a05b-45dfc6c9397d) as you can see, the theme is set properly on the gnome tweak app, but not...

Hello, is there any update on this? I'm looking for similar solution but cannot find it in the docs.

for now, i _do_ have workaround for that, i separate the camelization with the string-to-moment conversion, like this ``` const p = camelizeKeys({ ...myObject, }) p.timestamp = moment(p.timestamp); ``` with...

hi @lforst this issue seems related to this one https://github.com/nodejs/node/issues/35893 the issue might be caused by ``` import { GLOBSTAR } from 'minimatch' ``` and can be resolved by change...