View gist:e2eae2e19eac487f816b519ba3f9f2e6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
current directory: /Users/john/.rvm/gems/ruby-3.0.0/gems/ffi-1.10.0/ext/ffi_c | |
/Users/john/.asdf/installs/ruby/2.6.1/bin/ruby -I /Users/john/.asdf/installs/ruby/2.6.1/lib/ruby/2.6.0 -r ./siteconf20220709-24958-1t4t87h.rb extconf.rb | |
checking for ffi_call() in -lffi... yes | |
checking for ffi_closure_alloc()... yes | |
checking for ffi_raw_call()... yes | |
checking for ffi_prep_raw_closure()... yes | |
checking for shlwapi.h... no | |
checking for ruby/thread.h... yes | |
checking for rb_thread_blocking_region()... no | |
checking for rb_thread_call_with_gvl()... yes |
View npm disable 2fa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey Judith. My Twitter handle is @johnaaronnelson (https://twitter.com/johnaaronnelson) |
View gist:e91c879f4f4e88f985e5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(ngModule) { | |
if (ON_TEST) { | |
require('./mappingWizard.test')(ngModule); | |
} | |
ngModule.factory('FolderFieldFactory', ['$q', function($q) { | |
return function(objectName) { | |
var deferred = $q.defer(); | |
Visualforce.remoting.Manager.invokeAction( | |
configSettings.remoteActions.getFields, |