Arjun V

Results 10 comments of Arjun V

> Is there anything else it should disable? Sorry for the delay, but wouldn't it be better to send the progress bar output to `stdout`?

Got it. The confusion was that httpie's download mode works very differently based on with/without pipe and with/without `--output` For eg if I wanted to download a file and store...

Alright, any chance on this cool feature getting implemented in the near future? PS: It was [this arch wiki on Taskd](https://wiki.archlinux.org/index.php/Taskd) that confused me the most: > It allows multiple...

> That comment is referring to multiple client devices for a single user. Alright, I'll clarify the same there

I think the issue is present with `telnet` service as well.

Yup. the `delete` subcommand is missing on the [cpass-sandstorm binaries in github](https://github.com/cryptag/cryptag/tree/master/bin) at the least. ![image](https://user-images.githubusercontent.com/718092/82781820-6ec6ae00-9e78-11ea-9fa0-a981aa25df0d.png)

#1177 > It should be as simple as : > > * Generate an admin user:password in the CLI while starting for the first time > * When the admin...

thanks @cdunklau for reporting on behalf. i ended up using the sync version instead :(

@nikipore you intend to port the package to support python async? in that case you could follow the [convention](https://github.com/timofurrer/awesome-asyncio#message-queues) followed by similar async packages with `aiostomp`.

@cdunklau Actually you cannot import the package from within an async function, as I had attempted to do, which had caused the bug in my code, in the first place....