Alex Maras

Results 4 issues of Alex Maras

**Expected behavior:** The cursor starts on the same space as the tabstop and respects leading whitespace **Actual behavior:** The first tabstop places the cursor to the left of the tabstop...

bug: low
answered or workaround exists
triaged

**Describe the bug** Running a plugin in the CLI without using the interactive menu fails with "plugin not found" error: **Leapp Version** Add the version of your Leapp (you can...

bug

[This PR](https://github.com/snowflakedb/snowflake-connector-nodejs/pull/276) removed `https-proxy-agent` from the list of dependencies. You still require it within the `https_proxy_ocsp_agent.js` file at [this line](https://github.com/snowflakedb/snowflake-connector-nodejs/blob/f10ef25195d092f3324f6bdfb9cca127ffc52e00/lib/agent/https_proxy_ocsp_agent.js#L13) This causes dependency issues.

I have an AWS SSO setup. I can `assume` and `assume -c` without an issue, but `assume -d 2h` doesn't change the duration of the session: ![image](https://user-images.githubusercontent.com/49382733/213619792-a7f2fa3d-c997-493a-aa2b-b1024ebd87a1.png) I can't make...