Martin Kutschker

Results 82 comments of Martin Kutschker

Thank you, @KittyGiraudel, for the long and detailed answer. Which makes very clear that I should have explained the reason for opening the ticket. I am sorry for being so...

**@import** being deprecated or not, Dart SASS has all the new features. The SASS team made it quite clear that only the Dart version will be enhanced over time. In...

What is the point of supporting older versions of Gecko? I also hate to break things, but is anyone really trying to run SlimerJS on a years old version of...

Users of Kubernetes should be aware of that restriction. Why impose it for all users?

I tend to use application like program. Like docker-compose projects they can be run simultaneously. As a programmer it resembles more the concept of instance of class. Deploy does not...

role="button" has nothing to do with being focusable: tabindex="0" is enough. If you use role="button" you tell assistive technologies that the element acts like a button, ie acts on mouse...

Having the same issues. But actually I'm luvky when I get "out of bounds". I've been experiencing all kinds of issues includung various failures to "inject" (?) Gemini code into...

> > config = I don't have any config file listed under the gemini folder. The config file does NOT exists. > > But this is exactly what gemini tolds...

``` scenarios: [ { "keyPressSelectors": [ { "selector": "#email", "keyPress": "[email protected]" }, { "selector": "#password", "keyPress": "1234" } ] } ] ```