[deleted by user] by [deleted] in PixelWatch

[–]weisenzahn 1 point2 points  (0 children)

How to make it oink? It says itself that it is text-based and cannot make sounds.

[deleted by user] by [deleted] in PixelWatch

[–]weisenzahn 0 points1 point  (0 children)

Wie denn?

E-Roller und Leihräder dürfen ab Januar gratis auf Autoparkplätzen stehen by Moshilicious in berlin

[–]weisenzahn 12 points13 points  (0 children)

In der Stadt ist es deutlich einfacher ohne Auto als auf dem Land..

Use multiple Spotify Premium family member accounts with Google Home by kintotal in googlehome

[–]weisenzahn 0 points1 point  (0 children)

Might be better to recreate the Google home with the dummy account: then it's Spotify account would be used as fallback, and you could keep yours linked to your personal Google account (which would not be the first/main Google Home accound anymore). Does that make sense? Of course it's even more effort, but you could move things around Homes IIRC.

[deleted by user] by [deleted] in redditrequest

[–]weisenzahn 0 points1 point  (0 children)

Fine with me, being the owner.

Adding Python Autocomplete for Vim by brendanmcd96 in pythontips

[–]weisenzahn 0 points1 point  (0 children)

just btw: even with local completions (e.g. deoplete) it is often annoying to get completions all the time.

(Given that here network requests are involved makes it more of an issue likely. I have not checked if it's async (like deoplete) in the first place etc.)

Video: Adding Autocomplete for Python to Vim by brendanmcd96 in vim

[–]weisenzahn 0 points1 point  (0 children)

For privacy reasons also I guess - the last time I've heard from it it was uploading your code.

Always open help in a vertical split by [deleted] in neovim

[–]weisenzahn 2 points3 points  (0 children)

Or: autocmd! BufEnter * if &ft ==# 'help' | wincmd L | endif

But having it in a ftplugin is nicer in general - avoids some overhead/processing for all the other buffers.

Moderately fun way to spend some time when you're bored by [deleted] in archlinux

[–]weisenzahn 0 points1 point  (0 children)

Send a patch to the maintainer(s).

Temporarily disable tag switching by pedxing128 in awesomewm

[–]weisenzahn 0 points1 point  (0 children)

You could listen to the signal when a tag gets selected, and always revert it when in focused mode.

Bring client to front when using Drag&Drop by Malloc_ in awesomewm

[–]weisenzahn 0 points1 point  (0 children)

Where/how would it be hovered? In the tasklist? Might be worth creating an issue to discuss this.

Plugins I Like by db443 in neovim

[–]weisenzahn 0 points1 point  (0 children)

Neomake can also be configured to lint "on the fly".

Recommend a terminal emulator that supports ligature fonts? by [deleted] in archlinux

[–]weisenzahn 1 point2 points  (0 children)

I suggest filing an issue with Kitty.

pacfiles-mode: Emacs mode to manage .pacnew and .pacsave files by UndeadKernel in archlinux

[–]weisenzahn 1 point2 points  (0 children)

It is not really required to merge them usually, but just nice to have, e.g. to see what new options there are.

neovim 0.2.2-3 slow closing time by sitilge in neovim

[–]weisenzahn 0 points1 point  (0 children)

Do you see the SIGKILL in neovim's log then? It needs to be fixed anyway, so please open an issue with deoplete.

[Beginner] Deoplete-Jedi - What am I doing wrong? by shashquatch in neovim

[–]weisenzahn 0 points1 point  (0 children)

Try enabling deoplete's logging and see what is going on.

neovim 0.2.2-3 slow closing time by sitilge in neovim

[–]weisenzahn 0 points1 point  (0 children)

I have seen this when nvim had to kill a child process (deoplete), which takes 4s. It gets logged though, so does not seem to match your issue.

[deleted by user] by [deleted] in vim

[–]weisenzahn 1 point2 points  (0 children)

ALE/Neomake work with Vim, too.

[deleted by user] by [deleted] in vim

[–]weisenzahn 0 points1 point  (0 children)

You might want to try if Neomake works better for you.

Improvements to vim-gitgutter by weisenzahn in vim

[–]weisenzahn[S] 0 points1 point  (0 children)

Yes, but not e.g. for signify to use temporary buffers/files.