Rahel
Rahel
I also have this issue, tried with digikam version 7.2.0 and 7.4.0, and bspwm 0.9.10. Pressing the Map button on the toolbars (both the left and right side toolbars) creates...
We'll be looking at this issue in this fork: https://github.com/lars-olsson/hawk/tree/master
I'm currently trying to understand the api for OptionParser. Is there a way for the parser to not consume the arguments (so that the same argument could be used to...
A snippet of what I'm trying to do: ``` inputSpec :: (Functor m, Monad m) ⇒ CommonSeparators → OptionParserT HawkOption m InputSpec inputSpec (rSep, fSep) = InputSpec ↥ source ⊛...
>Why -f? Is there something wrong with hawk's current approach of always putting the file name after the expression if any? This was just helping me understand how to explicitly...
>don't mix record syntax and sum types (e.g. by defining a separate record type, or by removing the record selectors and relying on comments to distinguish the two arguments) fixed...
OK, I believe I have gotten around the lazy read issue I was having. The input file is overwritten once a temporary file is completely written. edit** This was my...