Andy Ray
Andy Ray
This library does not support the required and best practice authentication mechanism of the "JWT Bearer Flow" https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&language=en_US&type=5 . This is the standard way of doing machine to machine OAuth....
on save of editing a scp:// file i'm getting Error detected while processing function AutoTag: line 9: WARNING:root:Traceback (most recent call last): File "", line 5, in File "", line...
**Describe the solution you'd like** Could you please remove amplitude tracking from this package and remove the `--noinsight` flag? I'm happy to submit a PR to remove it myself if...
The shortcut `ctrl-w o` maximizes a pane `:h CTRL-W_o`. It can be hit again to undo the minimization. If nerdtreetabs is toggled during the zoom in time, it gets in...
I added this to my .vimrc: ``` call NERDTreeAddKeyMap({ \ 'key': 'b', \ 'callback': 'NERDTreeEchoCurrentNode', \ 'quickhelpText': 'echo full path of current node' }) function! NERDTreeEchoCurrentNode() let n = g:NERDTreeFileNode.GetSelected()...
Removing test request from PR template as this library has no tests
Thanks for contributing to react-split-pane! **Before submitting a pull request,** please complete the following checklist: - [❌] The existing test suites (`yarn test`) all pass This repository has no tests...
$ gem install slack $ irb >> require 'slack' => true >> Slack::Client NameError: uninitialized constant Slack::Client >> Slack.configure {|c| c.token = 'banana' } NoMethodError: undefined method `configure' for Slack:Module
If you do this: ``` Project '~/thing1' , 'callback' Project '~/thing2' , 'callback' Project '~/thing3' , 'calback' Callback 'callback', [ 'CallbackFn' ] ``` Only you last project shows up in...