Azat Akhmetov

Results 18 issues of Azat Akhmetov

Seems like a pretty basic use case is to have the shell `cd` to whatever directory ranger is in. I have this use case also, so I followed the instructions...

Currently, rifle has a default config file that is used if the user hasn't configured anything. By calling `ranger --copy-config=rifle` we can generate a copy of this file and then...

Can you please add instructions for building from source? (including for people unfamiliar with Go) I want to try the workaround in https://github.com/remind101/assume-role/issues/54#issuecomment-779355310 but not sure how to build.

When I create a 1 GB partition on my drive, and write 100 MB of data to it, `duf` highlights it in red. I assume this means low space and...

Any chance you could add a command which adds the currently playing song to another station? I believe Pandora used to have this feature, but I haven't seen the Pandora...

feature request

The endpoint `/facts` accepts a parameter `amount` which specifies the number of facts requested. However, "amount" technically refers to uncountable nouns, and hence implies that the value is a float:...

enhancement

The tldr client frequently wants to update pages, which requires a network request, which takes a few seconds. This seems to me like not ideal UX for a quick reference...

Say I'd like to format my code like so: ``` v = ( foo_dict .setdefault("a", {}) .setdefault("b", {}) .setdefault("c", {}) .setdefault("d", {}) .setdefault("e", {}) ) ``` Black will of course...

T: bug
F: fmtskip

It seems like there is a `display_locals` which will show local variables. This is very useful, but often functions are short and the exception can be easily understood by looking...

When I run `awsume my_role` I sometimes get the message: ``` Awsume error: credential_process error: Login required. Use `aws-sso-util login --profile my_role` or `aws sso login --profile my_role` and try...