Jason Venable
Jason Venable
Visual Studio code has released Sticky Scroll in version 1.70, which is awesome! https://code.visualstudio.com/updates/v1_70#_editor-sticky-scroll https://www.tiktok.com/@vscode/video/7130009070798392618 But for this to work correctly, it requires the Outline section of VSCode to have...
Disclaimer, I'm fairly new to Android and Capacitor development. For Android, is there a reason [EncryptedSharedPreferences](https://developer.android.com/topic/security/data) aren't used? It seems like this would greatly simplify the plugin and essentially remove...
Some how find a better way to manage heap when rebuilding the files on the server. I currently have no great ideas on how to do this.
Add drag and drop functionality to load files before upload. http://www.html5rocks.com/en/tutorials/file/dndfiles/ Potentially start upload automatically after files has been uploaded. Before this can be done really need to add feature...
Make this tool more like a full blown app. Pull in details from parent object, add instructions, etc.
If a file is too large it will exceed the heap size limits on salesforce.com. There are a couple options here to identify too large of files. Inspect the size...
For browsers that don't support the File API use the normal Visualforce upload component.
Currently all the JavaScript is stored in a static resource. Any opinions for or against moving inline in the component. The main reason I am leaning towards doing this is...
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_merge.htm
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm