Igor Adamenko

Results 23 comments of Igor Adamenko

It isn't supported by Safari. Why do you think we should add styles for this element?

Alright, I think we may add styles for dialog element. If you wanna you may send a PR, otherwise I will try to implement it myself. I guess in a...

It seems it's not enough to disable animation, because there are lots of stickers where first frame doesn't convey meaning. I'm not sure that *.tgs files contain any frame that...

@Remu-rin, good points, thanks. I didn't think about a possibility of showing animated stickers like paused GIFs. I though that they should be just static without any interactivity.

Hey @marcjoancr! We thought about adding such a parameter, but it's kind of unclear how to do this. As you may see in the [README](https://github.com/funbox/optimizt#differences-between-lossy-and-lossless), Optimizt uses a bunch of...

🤔 You see, right know Optimizt allows you to pick a folder or a set of images and it will process them all, no matter what formats they have. But...

I'm not sure but it seems like I have this bug too. The test below is doesn't work: ``` gemini.suite('test-name', function(suite) { suite.setUrl('test-url') .setCaptureElements('[data-ix=eventappear]') .capture('plain', function(actions) { actions.waitForElementToShow('[data-ix=eventappear]', 30000); });...

@sipayRT Env: OS X 10.11.6, node v.4.5.0, npm v.2.15.9 Gemini: v.4.11.0 PhantomJS: v.2.1.12 .gemini.yml: ``` rootUrl: http://dev2dev.ru/ browsers: PhantomJS: compositeImage: true desiredCapabilities: browserName: phantomjs ``` test.js: ``` gemini.suite('dev2dev', function(suite) {...

@Guria, great idea, thanks. I'm not sure that it would be much harder to implement logic of checking, because we can just check a position of comment in the list...

Yep, we'll do it after switching from iframe widget to iframe-less (https://github.com/umputun/remark/issues/218#issuecomment-438005245). Right now it's overengineering to try to extract things from current widget to the package and to the...