Reinier van den Assum

Results 5 issues of Reinier van den Assum

Modifications to registerDirty( SObject, List ) to enable only registering the specified fields. * Method (name) implies to only register the fields specified, but at first-method-call the complete record is...

discussion

Enrichment to the fflib Query Factory to allow soql methods (like COUNT(), toLabel, and such) to be specified. Note, they can be added via `selectFields( String(s) )` methods, as is...

enhancement

2023-06-05: fflib_Application.cls: Extending Selector and Domain Factories with setMock() method which doesn't require .sObjectType() to be mocked * Feature to allow simplifying how a Selector and/or Domain are being stubbed...

I've started to use this library some time ago and am very happy with it, first, big thanks for initiating and maintaining it! When using this with Expo, the Expo...

I'm relatively n00by on react-native-paper within Expo development, and am struggling with setting a smaller fontSize for the TextInput which is applied by react-native-paper-dropdown. I've set the specifics in my...