Skip to content
#

dsl

Here are 1,543 public repositories matching this topic...

ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

rohanKanojia
rohanKanojia commented May 24, 2021

We're already on Java 8 and we can use this diamond operator which was introduced in Java 7. Yet, there are lots of occurrences in code where we're still not using it. For more information about this, see this Sonar rule[0]

In case anyone is interested in fixing this, you can check all the occurrences where diamond operator could be used here[1]

[0] https://sonarcloud.io/organizations/fabric

BenedictP
BenedictP commented Oct 28, 2021

I just tried out your sample code and when I edit the "samples/kaspresso-sample/src/main/res/layout/activity_main.xml" layout to have a big space at the beginning like this:

https://gist.github.com/BenedictP/86dc99308851010bc11a4ada98f3c3e6

The samples/kaspresso-sample/src/androidTest/kotlin/com/kaspersky/kaspressample/simple_tests/SimpleTest.kt will fail. I can see Kaspresso is scrolling do

Improve this page

Add a description, image, and links to the dsl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dsl topic, visit your repo's landing page and select "manage topics."

Learn more