Nima Jalali
Nima Jalali
Today if you attempt to interact with an SObject that doesn't exist in SalesForce the force package will panic. ``` panic: runtime error: invalid memory address or nil pointer dereference...
Using the describe API we should be able to auto generate the go source code for sobject models.
SF supports custom objects with multiple fields set to External ID. Current implementation only allows for one.
When adding or editing custom objects in Salesforce the api resources become invalid and need to be refreshed. Today you have to restart the process to initiate a refresh. The...
- [ ] External Id based api calls - [ ] Api Error. Test error catching and parsing
On newer versions of MacOS p12 files are generated using sha256 hmac. This results in an error when loading the p12 file: pkcs12: unknown digest algorithm: 2.16.840.1.101.3.4.2.1 The golang.org/x/crypto/pkcs12 pkg...
http://rethinkdb.com/blog/1.8-release/ Testing with the current release of rethinkgo and everything seems to be working. The testing was by no means exhaustive.
### Terraform Version ``` Terraform v0.11.7 + provider.triton v0.5.0 ``` ### Affected Resource(s) - triton_machine ### Terraform Configuration Files ```hcl provider "triton" { version = "> 0.4.2" account = "njalali"...