Tony Zorman

Results 28 issues of Tony Zorman

We are currently suggesting to use ghcup in INSTALL [here](https://github.com/xmonad/xmonad/blob/master/INSTALL.md?plain=1#L138) and [here](https://github.com/xmonad/xmonad/blob/master/INSTALL.md?plain=1#L224). However, this is done mainly for completeness and I doubt anyone would actually look at ghcup based on...

help wanted
good first issue
needs: community feedback

Currently, when hovering over an identifier, the first "thing" that we can grab is shown in the minibuffer area (as per the default implementation of `lsp-clients-extract-signature-on-hover`). While this is probably...

### Description New module that allows for having a configurable border position around windows. Originally found in a comment by L. S. Leary in [1]. Enough people have requested this...

### Description Remove all deprecations (that are not `Data.Default` deprecations) that were added before 0.14 (which, as it turns out, is all of them). I already had this done, so...

### Problem Description Due to hlint's [inconsistent packaging of releases](https://github.com/ndmitchell/hlint/issues/1326) it may be better to introduce a separate action for it. This would enable us to + have more fine-grained...

help wanted
good first issue

### Problem Description As noted in e.g. https://github.com/xmonad/xmonad-contrib/issues/173 there is little documentation for how we handle fonts (XFT vs. ~~that other specification I can't remember the name of right now~~...

enhancement
help wanted
good first issue
needs: documentation

### Description Currently, the [logHook section of X.D.Extending](https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Doc/Extending.hs#L676) talks about X.H.DynamicLog quite extensively. Since at this point we heavily encourage users to migrate over to the X.H.StatusBar interface, it would...

help wanted

### Problem Description Since a lot of people use xmobar as a status bar for xmonad, the tutorial naturally focuses on that use-case. However, polybar seems to have become quite...

enhancement
help wanted
good first issue
needs: documentation

### Description This is still a bit WIP in the sense that documentation and other fluff is missing, but it at least seems complete feature-wise. Since someone asked me whether...

### Commit Summary #### X.U.Parser: Feature parity with ReadP While not many of these more exotic combinators are used right now, it's still nice to have feature parity (i.e., everything...