Daniel Bertoldi
Daniel Bertoldi
I'm having exactly the same problem. I just installed fish using `homebrew`, and the `fish_config` command won't change the theme in a MacBook M1. Running the `fish_pager_color_description` command also shows...
Using this workaround fixed this issue. https://github.com/LaurenceRawlings/savify/pull/58#issuecomment-1435059274
I was having the same error trying to install 3.2.2. Ran `brew install gdbm`, brew told me it was already installed, so I ran `brew reinstall gdbm` then `ruby-install 3.2.2`...
Done, it takes a while to run in my Mac :)
After reading the code of both projects listed here and the reddit post, I'm still not sure on how to fetch info of a media by passing along only its...
@dseomn nice, thanks for the quick reply! Instead of just asking for the offers data I also added the following to the `Movie` fragment just to test it out: ```graphql...
@rock3r I mean, if that's the case then I think we wouldn't even need to call `CodeFenceLanguageGuesser` then, we could always delegate to TextMate since we will be mapping the...