Rogério Sampaio de Almeida

Results 12 issues of Rogério Sampaio de Almeida

Hey, would it be possible to include a new parameter to include a pause at the end, before looping the animation? That parameter would be very useful, for example to...

My watermark is currently as your example in the readme, at the bottom right corner: ``` watermark: imagePath: /path/image.png style: position: absolute right: 15px bottom: 0px width: 100px opacity: 0.2...

Is that expected behavior? I couldn't find any changelog, to see what has changed since 0.6.1, which I was using. But I can assure the render is more than 5x...

My gifs keep getting a black frame at the start, which makes the animation blink annoyingly. I've put delay in my first entry as 0, to no effect. records: -...

- remove some unsafes - new Rffi Timeout and Interval features - new Rffi resetTimeout and clearTimeout - include a global lock to call into C, with helper ffi functions...

Hello, You say in the readme that: > It correctly supports all str() methods including len(). But it seems it does not support basic indexing or slicing: ![image](https://user-images.githubusercontent.com/6652853/64231525-418b3780-cec6-11e9-8f7c-d643b1b6b8b4.png) Could you...

enhancement

Hey man, I'm the author of [alive-progress](https://github.com/rsalmei/alive-progress). I'm struggling to correctly support emojis in there (https://github.com/rsalmei/alive-progress/issues/19), and I think this project could help me. Please, how could I split the...

help wanted

Is it possible? I couldn't find it anywhere. I'd like to subscribe to the #rust articles, the page would be https://changelog.com/topic/rust. Thanks.

enhancement
help wanted

Hello! Please, how do I send nested fields to clickhouse? I have a table like this: ```sql CREATE TABLE IF NOT EXISTS stats ( created DateTime('UTC'), data Nested ( latency...

Hi, I'm trying to migrate https://github.com/suharev7/clickhouse-rs to use yours, but I cannot find where the Pool is. I want to have some connections always established, and need to keep at...