Saul Howard
Results
2
issues of
Saul Howard
On Linux, I've inverted my scroll direction (OSX-style), by editing `~/.Xmodmap` to read: ``` pointer = 1 2 3 5 4 7 6 8 9 10 11 12 ``` All...
I would like the option to allow `null` values for PICKLISTs generated by `ts-force-gen`. When making RestObject Updates, setting fields to `null` tells Salesforce to unset that field: ```ts acc.somePicklist...