Leif Warner

Results 52 comments of Leif Warner

:thumbsup: Just tried using this on ValidationNel and found that out: `effectfully( foo(a!, b!) )` gives me: `value ! is not a member of scalaz.ValidationNel[String,String]`

What about a 3rd-party database for this, i.e. [CrunchBase](http://crunchbase.com) is mentioned as a source of company info; search and get things like so: http://api.crunchbase.com/v/1/company/aboutus-org.js It sounds kind of like Freebase...

I have a similar issue when upgrading to the GTK3 version; I had to set `barHeight = 35` in `defaultTaffybarConfig` to keep the bottom of graph widgets from being cut...

See comment on https://github.com/taffybar/taffybar/pull/289#issuecomment-389284054

I pushed what I have so far to https://github.com/taffybar/taffybar/pull/347 Design question: There I just return the first thing matched by "backlight" subsystem on udev. Could there be multiple? Multiple monitors?...

I don't think it would be that much to support multiple items in the "backlight" class - that "udev enumeration" returns a sort of list - see https://pyudev.readthedocs.io/en/latest/guide.html#enumerating-devices I imagine...

I don't believe support for multiple "backlight" devices will really be necessary. It seems to refer just to the laptop's internally managed display. Having multiple is something of a rarity,...

dbusmenu-gtk3 is a new C library requirement by way of gi-dbusmenugtk3

What's the policy on adding extra deps, and also being Linux-specific? I guess there's already some Linux-specific stuff in here. The bindings to the "iw" C library have been extracted...

Yeah, I'd hope for use of "eventing" over polling as much as possible. As far as listening to networkmanager on dbus - I don't have any networkmanager stuff installed (I...