Sergei Wallace
Sergei Wallace
Is there a roadmap for where @santisiri et. al. would like to take this project? One possible use case might be to implement features to help political parties coordinate their...
I ran `pip install gemini_python` but when I try to run the following simple script to place an order: ``` import gemini import secrets def main(): r = gemini.PrivateClient(secrets.api_key, secrets.api_secret)...
I have installed the dependencies and have gotten the webppl test to work, but unfortunately the webppl-agents test is failing for me (on Windows). When I run the test, I...
Is it possible to use updated rosters in The Journey using a Cheat Table?
Is this still possible? It was referenced in the README.md but I don't see anywhere to do it in the cheat table?
webpack will no longer compile the code with a blank string in the extensions array. removing it allows the project to compile as intended.
This tutorial no longer works as is. Apparently there was a small change to webpack so you no longer need the blank string in the extensions array in webpack.config.js. To...
This solution is great for ContentDocument point-and-click automations. Seems like a great use case for a Lightning Bolt solution to have available on the Salesforce AppExchange. Just a thought :)...
Obviously a debatable naming convention here but I think for someone working with this apex code/flow alongside the Salesforce documentation for ContentDocumentLink, I think it'd be more clear to just...
Make the ContentDocumentLink's 'ShareType', 'Visibility', 'IsDeleted', and 'SystemModStamp' field values available in the flow by default just in case someone wants to have access to them without having to get...