Shrikant Sharat Kandula
Shrikant Sharat Kandula
I've run quite a few tests to confirm this and I'm pretty sure that setting `g:csv_highlight_column` is the culprit. Here's my full configuration for csv.vim: let g:no_csv_maps = 1 let...
We are using a private maildev instance to catch all emails out of our staging environments. Its super convenient, works quite well, and doesn't hurt our domain's email rep at...
I have HTML with entities like `<` and `>` in it and when I pass this HTML through typeset, they are replaced with the actual `` characters and so my...
Currently, SSL verification can be toggled using the `RoastSSLVerify` or `RoastSSLIgnore` commands. We should create a `use` directive that toggles SSL verification at a more granular level within a roast...
This should go along with the next tag, v1.7.10.
For example, the S3 plugin does a `list-buckets` operation to test the datasource. If the configuration is correct but the credentials don't have this permission, the test operation fails. Can...
When there's another reverse proxy in front of Appsmith container, in addition to the NGINX that comes with Appsmith, the Forwarded host is not carried over. ## Steps to reproduce...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Navigation history should be cleared when a user logs out of Appsmith,...
## Summary Applications need to hit different API URLs with varying parameters when run during production and when run as staging. A way globally configure the correct parameters within the...