Eric Wasserman

Results 4 comments of Eric Wasserman

Any answer on this? Im having the same issue.

Has there been any though on this topic since the last post? Any plans to make changes or resume the discussion?

The only window that seems to react to any of the key-combos is the hammerspoon console. Am I missing something? Changing the y margin didnt seem to help.

Could be simpler than forking if you dont mind a little reflection. Something like the following: ``` public class OrderedJSONObject extends JSONObject { public OrderedJSONObject() { super(); createOrdered(); } public...