Mislav Marohnić
Mislav Marohnić
> Sure (I replaced the returned team ID) > > ``` > $ gh api graphql -f query='{organization(login:"myOrg"){team(slug:"myTeam"){slug,id}}}' > { > "data": { > "organization": { > "team": { >...
> The question then becomes: Given that I want to use `gh` from Github Actions, how can I add the `read:org` scope to the token when I configure the workflow,...
@nosvalds Bizarre; thanks for sharing. I will investigate internally
Hi, when you install gems using `bundle install`, rbenv won't generally know about their executables nor add them to rbenv shims. This is not related to any specific Bundler version....
Closing because it sounds like you solved your problem and because of my explanation in thread.
Thanks for the detailed report! I'll think about how to solve this, but as you already suggested, the solution might be for rbenv init to edit both .bashrc and .profile...
Hi, thanks for reporting. If the slowness is as high as 1000ms, something might definitely be wrong. I have a newer MacBook, therefore my CPU is faster than yours, but...
@resistorsoftware Hi, please let me know if this is still a problem. Otherwise, I'm inclined to close this. Thanks!
Hi all, thanks for your contributions and the resulting discussion. Could you try the latest ruby-build master? This is how it should behave now: * If a compatible openssl was...
@edospadoni Hi, thank you for the detailed feature request! Ref. https://github.com/mislav/bump-homebrew-formula-action/issues/42 One tricky thing with implementing what you're describing is that Homebrew's `arch`, `on_intel/on_arm`, and `sha256 arm:"...", intel: "..."` syntaxes...