Alexander Savin
Alexander Savin
Well, you can write simple script that will copy generated files for you, isn't it?
Where you want to place generated files. Some directory that will be excluded from your IDE view.
May be we can fix this after migration to ENB.
Actually bnsf doesn't looks at those env vars, but yes, we can do this enhancement.
Thanks for the response! I tried your snippet, but result is the same: `StateError: Area with css selector : .popup is hidden` It's because popup is hidden during page load,...
@arikon asked [here](https://gist.github.com/cvrebert/adf91e429906a4d746cd) why someone prefer webdrivercss. Take a look, for example, on [this](http://webdriver.io/guide/testrunner/jenkins.html) Just an example, but...
@Pomax Looks like a dublicate of https://github.com/Pomax/react-onclickoutside/issues/271 I can't reproduce, but I see the error in our https://sentry.io/ monitoring tool - IE 11 and Edge only.
Do you really think it's correct behaviour? I can't specify width in css because different popups have different content - so different width. I beleave that look of popup should...
It looks like we completely misunderstand each other. How width of popup can depend on window size? Even not on window size, but on window border position. Did you try...
> .popup { width : 50vw } Well, such behaviour depends on user's wish, not on library's bugs) In the example on jsfiddle (link above) width of popup depends on...