Skip to content

Instantly share code, notes, and snippets.

View celador's full-sized avatar

John Nelson celador

View GitHub Profile
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,
Hey Judith. My Twitter handle is @johnaaronnelson (https://twitter.com/johnaaronnelson)
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