Anna Carey
Anna Carey
@charleystran Did you see this one?
seems reasonable. MHV is only giving us ICN so that's why we have `user.icn.present?`. DS Logon and Id.me often/aways (not sure which) give us the other attributes which should be...
The more elegant way would be to tell nokogiri to remove blank nodes using the parse options when you originally parse the xml. ``` doc = Nokogiri::XML(File.open("mydoc.xml")) do |config| config.strict.noblanks...
Looks like the rate limit is fuzzy. https://api.slack.com/methods/admin.emoji.add Web API Tier 2 | 20+ per minute | Most methods allow at least 20 requests per minute, while allowing for occasional...
It also does not accept `Capybara::Node::Matchers#assert_text` as an assertion in an example like: ```ruby it "is not authorized" do assert_text("You are not authorized to perform this action.") end ```
Thanks! I missed [the docs](https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecnoexpectationexample)
On https://logger.rocketjob.io/forking.html the documentation that says `If running Puma 2` should really say `If running Puma`. They're talking about any version >=2
Rails is included as a sub module. Run "git submodule init", "git submodule update"
https://github.com/activeadmin-plugins/active_admin_role/pull/24 was merged into main 🙂
I don't know if this is the right place for it, but I learned that python-tk must be installed before you install a version of python with pyenv