Carlos Colaço

Results 165 comments of Carlos Colaço

HI, seems the main project as reached a stale state as the project owner seems to have disappeared, and we are trying to keep it alive. you are welcome to...

@Kitsune-Kuro feel free to move this PR to: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui please be sure to read the new contribution guide specially in regard to git commits.

HI, seems the main project as reached a stale state as the project owner seems to have disappeared, and we are trying to keep it alive. you are welcome to...

@Kitsune-Kuro feel free to move this PR to: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui please be sure to read the new contribution guide specially in regard to git commits.

hi, this project seems to be stale and a new fork as been made with the intention of replacing this one. if this still an issue please reopen it at:...

The blog functionality would be cool, but I don't think it would work very well with how this template was designed. This was already a port from a much older...

This template was never intended to work as a blog 🤔 But I will try to implement the blog functionality without requiring a pre-process script. Can't promise when tho ......

I've implemented core blog functionality the correct way in [v3.3.0](https://github.com/coolapso/hugo-theme-terminalcv/releases/tag/v3.3.0) Hope you like it! :)

Giving also some bit more info, in the "semi working" scenario .... This works: ``` func mastodonClientConfig() *gomasto.Config { return &gomasto.Config{ Server: viper.GetString("mastodon_server"), ClientID: viper.GetString("mastodon_client_id"), ClientSecret: viper.GetString("mastodon_client_secret"), AccessToken: viper.GetString("mastodon_access_token"), }...

Hey, here's what I think the issue is ... unless I am understanding this wrong, I believe this is actually a bug in the library and a unfortunate naming issue....