Rogério Sampaio de Almeida

Results 130 comments of Rogério Sampaio de Almeida

Also, I think I need [object.__reversed__](https://docs.python.org/2/reference/datamodel.html#object.__reversed__), as I use `reversed()` in some computations. Look: ``` In [24]: content = reversed(colorful.red('♫♬')) In [25]: ''.join(chain.from_iterable(zip(repeat(blank * gap), ...: map(lambda c: c *...

Hey, yes I do need color in reverse strings... I have a plethora of factory methods to generate the various animations, and if one calls for a different scrolling direction,...

Hello @timofurrer, how are you? Hey, there's someone interested in helping me with this coloring, maybe he could help you here too! I'm going to link this issue there, thank...

As I explained in my issue there: > The problem lies on having to have string-like objects that support: len, indexing, slicing, concatenation and reverse without losing color information!! 😨

Yeah, I can imagine... Please share your code. It's good to see how people imagine themselves using a feature like this, helps me figure out what kind of interface it...

Hi @245851712, you are on the wrong thread, you are not trying to display multiple bars at once. Anyway, search the past tickets here for "pool", you'll find several examples...

Hi folks! Thanks, @alexisteleco! I'm committing it at this exact moment!! I should release it very soon!

I'd just like to leave here a known issue: I could not implement that [radical idea](https://github.com/rsalmei/alive-progress/issues/104#issuecomment-908470376) I was thinking about, so my previous comment remains correct: > But in this...

Hi @ThomasByr! No need to apologize at all, it is still open after all. You are absolutely correct!! I don't know why I always thought about color support in the...

Wow, it's much more complicated than I initially thought... It changed the size of the cells, which made the Cell Architecture remove the colors in some cases, but I've worked...