Adam Wagner

Results 9 issues of Adam Wagner

See https://github.com/Hammerspoon/hammerspoon/blob/master/SPOONS.md#how-do-i-create-a-spoon

enhancement

Configuration ideas: **Indicator position relative to stack:** 1. Top/bottom 2. Left/right 3. Inside/outside **Indicator position offset relative to stack:** - top offset - bottom offset - left offset - right...

enhancement

See attached image.[ ![Screenshot 2020-08-02 at 00 44 47@2x](https://user-images.githubusercontent.com/1683979/89118334-c6c1f800-d459-11ea-9882-b70be2793e6e.png) ](url)

nice-to-have

@alin23 created an _amazing_ feature that dynamically determines indicator color based on the _specific luminosity of region of desktop background_ above which the indicator is displayed. Really impressive! This feature...

enhancement

On Big Sur, app icons will _already be in a round rect_ by default, so stackline probably doesn't need to inset icons in _another_ round rect. I assume we can...

enhancement

I have `image_magik` installed. Running `kitty +kitten icat ~/Desktop/ricing/test.png'` from commandline correctly displays the test image. Based on https://github.com/edluffy/hologram.nvim/issues/2 and https://github.com/yutkat/dotfiles/blob/master/.config/nvim/lua/rc/pluginlist.lua#L513, it seems that other users are having similar issues....

To reproduce: ``` # navigate to home directory # and print a large amount of content to the screen. E.g., cd ~ tree # invoke the search kitten and type...

Hi Brian, Here's the change related to this issue: https://github.com/beezee/djax/issues/21 that worked for me.

python v3.7.7 pylint v2.4.4 ramda v0.5.7 ```python import ramda as R old_list_of_objs = [{'name': 'a good name', 'age': 99, 'color': 'red'}, {'name': 'also a good name', 'age': 100, 'color': 'blue'}]...