Vlad Ionescu

Results 24 comments of Vlad Ionescu

The RSS URL for releases: https://github.com/go-gitea/gitea/releases.atom Generally you can add `.atom` to a GitHub URL and get an RSS feed.

These need to be cleaned up and packaged nicely: keybase-gitea-bot.service ``` [Unit] Description=Keybase Gitea bot After=network.target StartLimitIntervalSec=60 [Service] Type=simple User=vlad Group=vlad Restart=on-failure RestartSec=10 WorkingDirectory=/home/vlad ExecStart=/home/vlad/run_bot.sh SyslogIdentifier=keybase-gitea-bot [Install] WantedBy=multi-user.target ``` run_bot.sh...

Assuming the Gitea comment contains an `@username` string, Keybase should automatically make that clickable and a mention as if you typed it yourself in chat. The problem will be when...

An updated example: [Facebook's security.txt](https://www.facebook.com/security.txt) currently has both Policy fields, with a comment explaining each one. ``` Contact: https://www.facebook.com/whitehat/report/ Acknowledgments: https://www.facebook.com/whitehat/thanks/ Hiring: https://www.facebook.com/careers/teams/security/ # Found a bug? Our bug bounty...

Much appreciated 😄

Hey @byt3bl33d3r would you consider switching to a standard and popular license like Apache or MIT? The non-standard license you specify now makes contributions complicated because it's unclear. MIT is...

Sorry about that, I got confused and expected it to be signed off by a project owner. All done!

That makes sense. I uninstalled the chef-workstation package, and uninstalled rugged grocery_delivery and between_meals from opscode gems. Then I installed the latest chefdk el7 package, setup my env to use...

Thanks, I just gave that a shot. Still nothing 😢 ``` # which gem /opt/chefdk/embedded/bin/gem # gem uninstall grocery_delivery between_meals rugged Gem 'grocery_delivery' is not installed Gem 'between_meals' is not...