Andrew Bobulsky
Andrew Bobulsky
BuyerQuest is still using our custom fork if you're looking for that functionality ¯\\\_(ツ)\_/¯
Run capistrano in debug mode, and get the full command line that's being run.
@bolahanna44 for me, I have the file `config/deploy.rb`: ```ruby set :log_level, ENV.fetch('CAP_LOG_LEVEL', :info) ``` Then we invoke capistrano like this: ```shell CAP_LOG_LEVEL=debug bundle exec cap $STAGE deploy --trace ``` You...
@koenpunt any thoughts on this patch?
Edit: The assessment here is incorrect. Please see the next post. @n3integration the API is returning incorrect data. This kind of crap is extremely frustrating. I'm trying to configure 20+...
@n3integration Godaddy got back to me. Nameserver information is returned as a list in the GET query to https://api.godaddy.com/v1/domains/DOMAIN, and not https://api.godaddy.com/v1/domains/DOMAIN/records. The provider is attempting to verify the custom...
@n3integration I've looked at the code but unfortunately I barely understand Go. I had the idea of attaching a debugger and stepping through it, but then I found out you...
@jamesstringerparsec I'm not precisely sure how to do it in posh. But the logic works like this: * Run `aws sts get-caller-identity` * If that command was successful, don't configure...
I wandered my way in here due to a similar desire. I'm writing CI code for an application server, and want to probe the application to see if it's working...
Just confirming this still happens on the most-recent updates: ``` [ 82%] Building CXX object CMakeFiles/stratagus.dir/src/ui/botpanel.cpp.o /Users/andrewbobulsky/Projects/personal/stratagus/src/stratagus/util.cpp:44:10: fatal error: malloc.h: No such file or directory 44 | #include | ^~~~~~~~~~...