バカです

Results 21 comments of バカです

> Or would you want to recognize audio from the microphone through the command line or something like that? Is this possible ? Can we launch `songrec` from the `cli`...

I've the same issue... ![image](https://user-images.githubusercontent.com/6236057/148631380-befa1953-c724-4582-ac31-7397f1c6289f.png) ![image](https://user-images.githubusercontent.com/6236057/148631430-1f325e37-ba37-4b9b-9435-746eacc79a7c.png) or can we invert colors ? ![image](https://user-images.githubusercontent.com/6236057/148631446-99161090-d9b2-432a-84d4-5ccebe051aaa.png)

> A relevant issue is [here](https://github.com/vim/vim/issues/981). > It did work, however, I found the number column wired. > > ![sol](https://user-images.githubusercontent.com/25928338/105011269-b9d0a980-5a77-11eb-8bb1-c38a683341cf.png) Delete `hi NonText` for removing ugly `blue` color

Firstly, run some 'Compositing Manager' from the list: https://wiki.archlinux.org/title/Xorg#Composite `compton`, `picom`, or `unagi` then set terminal settings: in my case I use `Alacritty`: `$HOME/.config/alacritty/alacritty.yml` `background_opacity: 0.90` Then in your `vimrc`...

You can find all `highlight group`s in `/usr/share/vim/runtime/syntax/python.vim` or `/usr/share/nvim/runtime/syntax/python.vim` ![image](https://user-images.githubusercontent.com/6236057/131116950-70772dcb-a7fe-4e7d-a104-f814288466a2.png)

I've no problem with `yaml` filetype, it's in your side.

My settings: ``` let &t_8f="\[38;2;%lu;%lu;%lum" let &t_8b="\[48;2;%lu;%lu;%lum" set termguicolors set background=dark set t_Co=256 " set background=light let g:gruvbox_contrast_dark="hard" " let g:gruvbox_contrast_light="soft" let g:gruvbox_invert_selection=0 let g:gruvbox_italic=1 let g:gruvbox_inverse=1 let g:gruvbox_underline=1 let...

Yes, we need something to prevent accidentally deleting conflicted (same name) files.

> If there's already a way to configure this, I can't see it: > > What I want: > > ```ruby > array.map {|x| > | > } > ```...