Anthony Gargiulo
Anthony Gargiulo
I tried to `brew install icu4c` and that caused the build to fail differently ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/agargiulo/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/charlock_holmes-0.7.3/ext/charlock_holmes /Users/agargiulo/.rbenv/versions/2.4.1/bin/ruby -r ./siteconf20170813-47276-1u8c70l.rb extconf.rb...
I swear I looked at the issues/pulls, guess I missed that one. Thanks!
FWIW, If you don't want to wait on this change to merge/the bigger changes to drop, but you still want to use the tool, just change the code locally. The...
I was thinking of trying to add support for this myself in a pull request. But I was curious, one of the python libraries that talks to Jenkins handles folders...
I told @benrr101 about this a while ago, I forget how he responded, but it may have been a pain to figure out or something like that. (If I remember...
This looks like an amazing feature, :+1:
AWESOME
would this fix it then? ``` diff diff --git a/API/plperl.sql b/API/plperl.sql index 2c59205..be1a35f 100644 --- a/API/plperl.sql +++ b/API/plperl.sql @@ -267,8 +267,8 @@ CREATE OR REPLACE FUNCTION "api"."generate_dhcpd_config"() RETURNS VOID AS...
Or is this better: ``` diff diff --git a/API/plperl.sql b/API/plperl.sql index 2c59205..d1bbb99 100644 --- a/API/plperl.sql +++ b/API/plperl.sql @@ -267,8 +267,8 @@ CREATE OR REPLACE FUNCTION "api"."generate_dhcpd_config"() RETURNS VOID AS $$...