Nick Howes
Nick Howes
This is a WIP PR, initially showing that `@import (reference)` doesn't work properly. It shouldn't output the contents of the referenced file, only make it available for mixins and variables....
Passing an invalid name to `namesToValuesMap` returns an unhelpful NoSuchElementException with no message to indicate what the invalid value was ``` > domain.DocType.namesToValuesMap("Greg") java.util.NoSuchElementException at scala.collection.immutable.BitmapIndexedMapNode.apply(HashMap.scala:569) at scala.collection.immutable.HashMap.apply(HashMap.scala:132) ... 36...
Just wondering if anybody had taken a look at how/if scala-async might work in Scala 3, given that the Scala 2 macro system as we know it will not survive?...
(Fixes #99) The result is the same in the POM - they get marked as optional - but for Gradle Module Metadata they become individual features which users can request.
In a mixed-source project, when a Kotlin class declares on a Java type in a particular way (mainly as a supertype), the post-compile weaver can't resolve the Java type to...
It would be good if the `find*` methods found in WebBrowser could also be defined on `Element`, delegating to the underlying `findElement` methods on `WebElement`
### What would you like? The new cy.session is amazing and just what we wanted - the behaviour with `cypress open` where this feature caches across spec files is something...
I've got a Gradle project whose build plan is defined by Bamboo Specs, which means there is a file called `bamboo-specs/pom.xml` in the project. This causes the server to use...
It should warn in both cases here but it only looks at `file` resources. ``` # no warning reported File { mode => 0666, } # reports warning file {...
### What is the issue? I have started using a srcPosture in an ACL. I've tried to write two tests, one with passing srcPostureAttrs and one with insufficient attributes. Individually,...