Rhobal
Rhobal
I implemented an `uib-progressbar` inside a toast to show the progress of a background processing operation. Due to issue #190, I had to modify the standard template and use a...
* [X ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [ X] I have searched the issue tracker for a feature request that...
After activating the eclipse plugin, I'm getting a ton of validation warnings for directives of angular extensions, such as `uib-tooltip` or `translate` (from angular translate, not the HTML5 attribute) I'm...
Create a matcher that takes a lambda as type safe replacement of `Matchers.hasProperty(propertyName, valueMatcher)` Sample code: ```java public class LambdaMatcher extends BaseMatcher { private final Function lambda; private final String...
The reason is only required when an assertion fails. If a Supplier could be provided instead of a String, an expensive or destructive construction of a reason (such as reading...
If `withProperty` could take a lambda (`Function`) to find the property, it would be type safe, have compile time checking and support code assist and refactoring, e.g. ```java pojo(Product.class).withProperty(Product::getId, is(1))...
Maintaining a local build through the build pipeline is not fun...
I'm trying to verify content that has been rendered in XHTML. I can do that by looking for an XPath that contains the content, e.g. `assertThat(xhtml, XhtmlMatchers.hasXPath("//ns1:div[@id='content'][text()='Somecontent']", NS1));` However, if...
As I have found out after quite some trial and error (see #32), to match XPath in an `` tag, I need to use the `"http://www.w3.org/1999/xhtml"` namespace and need to...
Thanks for the informative site! Could you add statistics on how vaccination progresses?