Adam Wagner
Adam Wagner
See https://github.com/Hammerspoon/hammerspoon/blob/master/SPOONS.md#how-do-i-create-a-spoon
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...
See attached image.[  ](url)
@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...
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...
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'}]...