mu

Results 10 comments of mu

@LesnyRumcajs Hi, AFAIK the mu-haskell (which is already in this repo but currently disabled) is a bit slower than grpc-haskell. Anyway, re-enable it sounds useful. I'll try to look at...

Unfortunately, there are more than "dependency issues" in the mu-haskell library. The simple string scenario compiles but the complex scenario does not. I opened a related issue: https://github.com/higherkindness/mu-haskell/issues/336 for this.

@LesnyRumcajs Hi, I think the leak is from the library itself, so we can't get rid of it here easily. However, I'll open an issue (or pr) to the upstream...

@Amund211 Thank you for your idea about using signals. However, there may a bug in this implementation. Run `pkill -USR1 xbanish` will call `hide_cursor`, but the next mouse moving event...

@LesnyRumcajs Sorry for the delay. Since the fix PR(https://github.com/awakesecurity/gRPC-haskell/pull/140) hasn't been merged, let's go ahead and close this now.

Any updates? Ping @judah @bgamari

Also maybe we can add a warning notice like the ByteString package's `Data.ByteString.Internal`: ``` -- A module containing semi-public 'ByteString' internals. This exposes the -- 'ByteString' representation and low level...

Close since the new java client had already been published.

I also find this annoying, especially since my keyboard's battery is "unstable". So I add an option to turn off battery updates: https://github.com/4eUeP/blueman/commit/5a9ac2259c719681178acf1b3062cafabdecaeef > We can make notifications configurable >...

I can confirm this issue. Visual mode appears to be functioning (I can use `y` to yank the selected line), but the `-- VISUAL LINE --` indicator is not displayed....