Results 10 issues of L

Requesting gitlab support

Any straightforward way to concat the git branch name? Maybe just display the branch #?

for example: ``` # ~/.shellcheckrc disable=SC3001-SC3060 # Disable POSIX compliance checks ``` in the above disable rule, I would assume it would exclude 3001 through and including 3060, but in...

according to the doc , if you call queue_get on a queue with no elements, it should return > 0. ``` /** * get the first element of the queue...

is it possible to remove Required argument from every single click arg in the output? Doesnt add much value imo, but cant figure out how to change/disable it

enhancement
help wanted

Currently, `adb.shell("my command)` returns the result string. getting the command return code can be achieved by doing something like `adb.shell(my_command; echo exit_code: $?)` and parsing the return code out, but...

### Description If you set default transport timeout to 60 seconds, and run a binary that sleeps for 15 seconds, it will throw a tcp timeout error ``` device =...

Please close if this is an inappropriate ticket / request, but i was thinking it would be helpful for users to have some kind of guidance on setting up their...

If not explicitly set via the `localtoc_label_text` option (which I did not see in the docs, but found perusing source), the localtoc title defaults to `"Contents"` including quotes. Suggest removing...

`enumerate_processes()` / `attach` / processed that end up calling `get_process()` fail to get all processes when using python3.6 / 3.7 ```python File "/usr/local/lib/python3.6/dist-packages/frida-15.0.12-py3.6-linux-x86_64.egg/frida/core.py", line 26, in wrapper return f(*args, **kwargs)...