Azzam S.A
Azzam S.A
Yes. [long time ago](https://www.reddit.com/r/emacs/comments/7fdn4o/how_to_make_progress_bar_in_dired/) I also think about this. Maybe using [spinner](https://github.com/Malabarba/spinner.el). But I don't have any clue if this doable in dired. For now I use dired in mix...
Rather than adding new subsection, I recommend to use additional description or icon for "windows not supported". So it's only icon/description beside library name or in the end of library...
I also need crux command. something like `crux-kill-other-dirs`
any updates regarding this feature request ?
For now I can use 1) list buffer from helm 2) select all buffer 3) delete 1) C-x b 2) C-u C-SPACE 3) M-S-D
@mambolevis maybe you need this ``` elisp (defun kill-other-buffers () "Kill all other buffers." (interactive) (mapc 'kill-buffer (delq (current-buffer) (buffer-list)))) ``` Taken from [Kill Other Buffers](https://www.emacswiki.org/emacs/KillingBuffers) But it will kill...
Is [creating a card token](https://stripe.com/docs/api/tokens/create_card) will be supported? I can't find `card` field in [stripe::CreateToken](https://docs.rs/async-stripe/0.13.0-rc3/stripe/struct.CreateToken.html). I see [stripe-rs](https://github.com/wyyerd/stripe-rs/pull/149) also doesn't have this feature. Update: There was already an ongoing [PR](https://github.com/arlyon/async-stripe/pull/44)
Please inform here if there was a tutorial about caveman2. I Hope someone will write a demo about it as Vityok said. - Request: state of web development, https://github.com/LispCookbook/cl-cookbook/issues/105 -...
I have two simple web application written in caveman2, and I will write any obstacle I meet when using caveman to help others. - [amiserious](https://gitlab.com/azzamsa/amiserious) - Simple seriousness checker using...
>If you wanna help me, perhaps there's two way: > - Use Caveman2 and give some feedbacks > - Tell people to use Caveman2 Sure :)