Results 72 issues of alper

My main question is can `gshell` continue downloading from where it left off like [gdown](https://github.com/wkentaro/gdown) does? In order to download a large file from Google Drive, would it be possible...

enhancement
help wanted

I keep having following error when I ran: `gshell about`, is there any way to handle this barrier to get the token id? ``` This app is blocked This app...

question
more-information-needed

Pleate note that same issues have emerge on `emacs` as well. - When I make a change the error highlight remains and does not update itself. So I will have...

Is it possible to suppress smiley face (`:)`) on the right corner? Example output:

Is it possbile to add "Indicator: WaveTrend Oscillator [WT]" for backtesting? Reference: https://www.tradingview.com/script/2KE8wTuF-Indicator-WaveTrend-Oscillator-WT/

indicator request

### Checklist - [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io). - [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my bug. - [X]...

kind/bug
need/author-input
kind/stale

When I use solution from https://gist.github.com/msabramo/2355834#gistcomment-3533514 there is no slowness in my `zsh` shell. But when I following lines into `.zshrc` and do enter in home folder everything becomes so...

Here default table color is as follows: Suggestion on completion characters are close to light gray, which is difficult to read. ------ If possible, I want to apply dark theme...

I just want to make changes related to in color using `grc`. I was wondering can I disable changing string into `boldz in the printed output in the console? If...

The shell command I want to run, which returns nothing: echo helloWorld | grep 'dummy' ----- **plumbum version:** Following line works: out=(echo["helloWorld"] | grep["h"])().strip() --- But following line does not,...