Merijn Verstraaten
Merijn Verstraaten
Maybe is a quicker/simpler stopgap there should be a bracketing function like: `withResources :: (MonadResource m, MonadUnliftIO m) => m (m a -> IO a)` Which gets the current resource...
Ah, yeah...my own fix was paranoid enough to prevent that [(I call stateAlloc before forking and then install a cleanup at thread exit)](https://github.com/merijn/broadcast-chan/commit/73f8e7a7263ebd0b97193f16416f3ffb5193f787?diff=split), but I couldn't think of a convenient...
Yeah, that's been a thorn in my side for a while. I was working on a fix at one point, but that got stuck and ended up on the low...
This is almost certainly the fault of this unsafe foreign import: https://github.com/haskell/win32/blob/master/Graphics/Win32/Menu.hsc#L426-L427 I surmise from this thread of issues that `c_TrackPopupMenu` is a blocking function and thus should *never* be...
I think it's such a great idea, that I already did that almost a decade ago ;) The entire existence of this library is because I made a "proposal" (well,...
Ah! I think I have identified the issue. The detection for Dominos is broken when using the latest Dominos, since it was overhauled for retail in Dragonflight. Specifically, these lines:...
As far as I can tell fontstrings are properly created for all the action buttons, however only the fontstrings for the stock bars are actually updated to show info.
Problem is fixed with most recent versions (and probably a bunch of older ones :p) of both addons.
Or, alternatively, add a toggle/hotkey to swap between showing different sets of. I have similar problems on both druid (showing both resto and feral stats) and on warrior (tank vs...
tbh, only seeing your active spec is rather limiting in that it makes evaluating offspec gear very tricky. Sometimes I only want to see the healer/caster stats of an item...