Daphne Soegijono

Results 7 comments of Daphne Soegijono

How about "Productivity"? Seems a more common category for apps/websites.

@mxxcon Yeah, I couldn't figure out a way to implement this. That's a pretty good workaround, but I don't think the website's users should have to look at github. Then...

Doing it client side sounds great. Using a specific label might also be useful if a site adds/removes a 2FA method. Not sure if this happens. If so, maybe instead...

I've tried https://github.com/rvm/rvm/issues/5047#issuecomment-844985557 but I'm still getting an error: ``` $ rvm install ruby-2.6.7 --enable-shared=false Warning! PATH is not properly set up, /Users/daphne/.rvm/gems/ruby-2.7.0/bin is not at first place. Usually this...

@luke-hill I tried that, export, quit terminal and restart, then install. Still got an error: ```sh $ rvm install 2.6.7 ruby-2.6.7 - #removing src/ruby-2.6.7 - please wait Searching for binary...

I'm running into a similar issue on macOS (11.0.1) Safari 14, but works fine on Chrome.

Try putting it in `with` directly instead of `body`: ```yaml steps: - uses: octokit/[email protected] with: route: POST /repos/${{ github.repository }}/labels name: React ${{ github.event.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}...