-
Updated
Nov 30, 2021 - Swift
dsl
Here are 1,543 public repositories matching this topic...
-
Updated
Dec 8, 2021 - Ruby
-
Updated
Dec 10, 2021 - C++
-
Updated
Nov 19, 2020 - Swift
-
Updated
Dec 9, 2021 - PHP
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]
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
-
Updated
Oct 17, 2021 - Swift
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Aug 12, 2021 - Objective-C
fadeTime is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
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
-
Updated
Dec 10, 2021 - C#
-
Updated
May 26, 2021 - Kotlin
-
Updated
Dec 8, 2021 - Go
-
Updated
Nov 9, 2021 - PHP
-
Updated
Nov 8, 2021 - Ruby
-
Updated
Oct 25, 2018 - Swift
-
Updated
Sep 7, 2021 - C++
-
Updated
Nov 26, 2021 - Kotlin
-
Updated
Nov 15, 2021 - Scala
-
Updated
Oct 22, 2021
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Dec 4, 2021 - Scala
Improve this page
Add a description, image, and links to the dsl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dsl topic, visit your repo's landing page and select "manage topics."
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:urlmetadata.I tried variations of
//meta[property='og:url']::attr(content), with or without the leading//, and with or without the `attr(conte