ab5tract

Results 225 comments of ab5tract

@japhb Do you consider this work finished? I'd like to start closing tickets that have been resolved as of the current implementation. If you think input in general deserves a...

Regarding recognition: I've added you to both META6.json and the Readme. I was thinking that core contributors should go into META6 and the Readme would be a slightly longer list...

~~I've just pushed a new branch [no-cell-class](/ab5tract/Terminal-Print/commits/no-cell-class) that removes the internal/eternal question of "is this a `Cell`?" introspection.~~ ~~It did not have quite as dramatic an improvement on speed as...

@japhb I think I agree with you on the higher-level widget stuff, but it would also be a bit of a bummer to see them go.. When I originally started...

It occurred to me that it would also be possible to split the current `Terminal::Print` into sub-distributions, while moving the guts to `Terminal::Print::Core`. Then `use Terminal::Print ` still brings in...

I've been looking at the base module of `Terminal::Print` and it has a fair number of expectations that might not make much sense anymore (for just one example, using `FALLBACK`...

I've been trying for over a week already to decide which way I'm feeling about the current API and I still haven't been able to fully choose, so I'll stop...

Re-reading that, I don't believe I was clear enough-- at all --in answering your questions, @japhb.. Do I support a full v2 API that incorporates all of our (mostly your)...

@Xliff I really like this idea of yours.

@Xliff , lucky for us @japhb has already pushed his preliminary work. You'll find them in the repo and used by the rpg-ui example.