Nick Boultbee
Nick Boultbee
Hi! We've switched to using the excellent [PyF](https://hackage.haskell.org/package/PyF), but one drawback is the things that were raw strings (now quasiquotes) are not highlighted at at all it seems (not even...
### Background Since upgrading to the latest Beta, I've noticed how _radically_ different (and unconfigurable) Ormolu's output is to hindent + stylish-haskell. However, there's no easy way to apply one...
Hi! In many IntelliJ run configurations (e.g. run a JAR Application) you can specify the CWD for the process that runs these:  This doesn't seem possible...
Hi! It'd be great if the plugin parsed and presented infix versions of operators differently (perhaps more like operators?) so that ```haskell foo `elem` bar elem foo bar ``` render...
First of all thanks for an amazing plugin! I know some people aren't fans, and I don't use it [Literate Haskell](https://wiki.haskell.org/Literate_programming) myself, but there are a few libraries implemented in...
## Changes proposed in this pull request * In the `DBNDownBeatTrackingProcessor`, add an optional weighting array parameter, implicitly defaulting to ones * Clean up the handling of lengths into the...
### Use case When I'm running `DBNDownBeatTrackingProcessor`, I'm, passing parameters `beats_per_bar=[3, 4, 6]` to detect from a mixed bunch over many genres (but mostly pop / rock / soul /...
### Background Some songs, whilst regular in tempo and metre have an "extra" bar that are half as long (or arguably have a 50% longer bar). Understandably this confuses ~~`DBNBarTrackingProcessor`~~...
### Steps to replicate * SoundCloud file * Edit tags * Click add https://sentry.io/organizations/quodlibet/issues/3496751361/?referrer=github_plugin ``` TypeError: Expected string but got 0.4980392156862745 (3 additional frame(s) were not displayed) ... File "gi/overrides/Gtk.py",...
https://sentry.io/organizations/quodlibet/issues/3334578372/?referrer=github_plugin ``` TypeError: Argument 1 does not allow None as a value File "quodlibet/browsers/playlists/main.py", line 577, in __new_playlist path = model.get_path(iter) TypeError: Argument 1 does not allow None as a...