Scott Kostojohn

Results 5 issues of Scott Kostojohn

RE Issue #66 Changes to support JWT auth flow in ex_force. Includes: 1. New function `get_token_jwt` to make the auth call and handle results 2. New function `create_jwt_payload` to create...

It looks like ex_force doesn't presently support the [JWT Oauth flow](https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&type=5) offered by Salesforce... I use this authentication flow quite often connecting to Salesforce for integration projects - it would...

#### Bug Description App works fine initially, but after some time it will no longer open - clicking/right-clicking the panel icon has no effect. No errors appear in logs that...

bug

Trying: `:SF test select` Yields: ``` Error executing Lua callback: /home/scott/.local/share/nvim/lazy/sf.nvim/lua/sf/ts.lua:84: attempt to call field 'get_parser' (a nil value) stack traceback: /home/scott/.local/share/nvim/lazy/sf.nvim/lua/sf/ts.lua:84: in function 'build_query' /home/scott/.local/share/nvim/lazy/sf.nvim/lua/sf/ts.lua:32: in function 'get_test_class_name' /home/scott/.local/share/nvim/lazy/sf.nvim/lua/sf/test.lua:226:...

Here is the error: Any idea as to what I am doing wrong?