Roeniss Moon

Results 95 comments of Roeniss Moon

Hi @edgarjs, I wonder whether this `alfred-github-repos` project has been abandoned or still maintained. If it's latter case, I want to take on this issue (and other I hope). So...

I'm confused because I failed to reproduce this issue lol. I see no problem here. @dportalesr @iltaek Did you guys set your Personal Access Token properly with `gh-login $PAT` command?...

I'm not sure the exact reason but today succeded to reproduce with another computer, another organization. maybe kind of buffer overflow because some pr are shown and others are not.

I have no idea what name would be the best.... flip-flop? fancy-ctrl-z? back-and-forth-fg? Haha. anyway the idea is so cool. I always use 2-split pane strategy (w/ iTerm2) for this...

I understood all your saying. Thank you for the sincere answer. I still have one question. I think the "exactly two" condition is quite cruel. How about "cyclic switching"? -...

Thank you for such a deep answer! Rest is clear but one thing: Should we have "exactly 2" condition still? Why not just use "last 2"? - a: added to...

I think it'd be better to show differences from [alias-finder](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/alias-finder/README.md), which checks whether there is any alias for the given command. ```sh ❯❯❯ git checkout qwe gco='git checkout' g=git ```

I'm not sure i'm following you guys. Even after remove those API_URL lines I get error as same. ```sh ❯❯❯ cat ~/.opencommit OCO_AI_PROVIDER=ollama OCO_MODEL=llama3:latest OCO_TOKENS_MAX_INPUT=40960 OCO_TOKENS_MAX_OUTPUT=4096 OCO_DESCRIPTION=false OCO_EMOJI=false OCO_LANGUAGE=en OCO_MESSAGE_TEMPLATE_PLACEHOLDER=$msg...

it worked after I added `OCO_API_URL=http://localhost:11434/api/chat` to ~/.opencommit