Erik Anderson

Results 14 comments of Erik Anderson

Sugar that would let you define the spy tersely without necessarily specifying a signature or implementation would be nice. For example: the style of jest's `jest.fn()` (https://jestjs.io/docs/en/jest-object#jestfnimplementation). (defspy function-name) might...

``` ("cog" "\xf013" :aliases ("gear" "doohickey")) ``` I don't think this is all bad. The cddr is a legit plist. Just think `(NAME . (CODE &rest ARGS))`. I vote for...

@wyuenho It takes less than three seconds on my machine to calculate scaling factors for 2853 icons. Emacs performance may have changed in the time since creating this ticket (I...

Hi, @cireu! Thanks for reaching out! I'd love to collaborate on improving the library's performance if you are interested. I'd like to hear more about what algorithmic variations you have...

Absolutely! That would be wonderful. Thank you! If you have thoughts for demos I'd love to hear them too.

@matthew-piziak Sorry about that! I can't check right now, but try including a `:files` parameter with the folder names (I'm not using the use-package plugin): (use-package tui :straight (tui :type...

Great! I should have mentioned that the tic-tac-toe rendering is broken at the moment. It involves some indirect buffer rendering behavior (the `tui-absolute-container` component) that is currently buggy with recursive...

Absolutely. The idea behind this package was to make it radically easier to build composable UI's for Emacs packages. This library isn't production-ready yet though- something that is necessary for...

Well I'm glad you did find it! This the first I've heard about `lui.el`. Both `lui` and `pocket-reader.el` look really cool! I see that `circe` uses it too-- are there...

See the current dev branch. Useful for testing: ``` (tui-render-with-buffer "*random-button-test*" (tui-random)) ``` Use `tui-button` for the button styling you were aiming for. Want to create a PR into dev...