Karthik Iyengar

Results 24 comments of Karthik Iyengar

Can confirm that this doesn't work on polybar. Related issue: https://github.com/polybar/polybar/issues/2377 It looks like other DEs don't support `libappindicator`. It'd be great if we can make the indicator DE agnostic...

Hey Ivan, Thanks a lot for this. I'd be happy to help with the icon stuff, I'll open a PR soon!

Hey @kingyakshaver , I haven't started yet, but I plan to chip on it over the weekend. I'll drop a comment if I run into brick walls, but I intend...

So I took a few hours to dive into the codebase today, and after fighting with `nix` and friends for a while, I managed to set up a primitive development...

Thanks @IvanMalison. Right, so after chatting a bit on Gitter, here's what we decided. - Use sensible defaults for play/pause/forward/back/fallback icons unless someone has specific suggestions - The icons will...

@evilsoft - Here are some typings for `Pred`. I haven't really spent time on further enhancing this, but as it stands the compile-time checks and intellisense are promising. ```typescript type...

@evilsoft - I think the biggest win from this would be the ease of API exploration and avoiding a large number of instantiation/usage errors. If the above example (and our...

@evilsoft - I've setup some types and tests for `Identity` at https://github.com/karthikiyengar/crocks-types - could you please take a look? Failing tests are sections where the types can be improved -...

I'd be super happy to kick things off on this one. I'm assuming that we aren't considering a full-fledged move to TS when it comes to the library itself. That...

If @evilsoft can give us a go ahead on this one, I'd be happy to kick-start a PR! On Sat, Aug 4, 2018, 12:19 PM Kjell-Morten wrote: > Thanks for...