Michael Edwards

Results 13 comments of Michael Edwards

BTW I found `:CocList services` recently debugging other things and if it doesn't show `languageserver.kotlin` in the list then you likely didn't add the language server to coc.nvim correctly.

I often look through the deleted diff. Often it is a file that has been split up and its components moved around and re-arranged, I refer to the deleted lines...

I've attached it here: [xmonad.hs.txt](https://github.com/xmonad/xmonad-contrib/files/6680918/xmonad.hs.txt) I have spent a lot of additional time on this issue: See this reddit thread where I think I'm nailing down the issue: https://www.reddit.com/r/xmonad/comments/mk645m/avoidstruts_ignoring_gnomepanel/ On...

@slotThe just checking in: You don't have any ideas for further information I could provide to narrow the bug down?

TLDR: multi-monitor doesn't seem to be a culprit on my setup. Strut values appear to be consistent across both working and buggy computers. All values were derived using `xprop` and...

> if in both cases you use 20.04, one works, other does not Correct. If this is a configuration problem but my `xmonad.hs` is the same, what am I looking...

I like the sentiment here, and it would definitely help with some use-cases, but not all layout use-cases. For example, what if I have length constraints for each column, but...

I made https://github.com/medwards/ncspot/tree/env-client-secrets if you want to reproduce your own credentials. However while setting it up I realized I was using the normal Spotify client id with my own client...

That is a fair point. _If_ the method was called find_link_by_HTML_content. There is either a poorly named function or an incorrect implementation. On Mar 11, 2013 3:45 AM, "Hugo Lopes...

It's the authorization code flow, Facebook/google auth is just a shorthand for a specific auth provider. TLDR of the state of this: librespot provided help to do oauth authorization grant...