-
Updated
Jul 20, 2021 - Swift
dsl
Here are 1,466 public repositories matching this topic...
-
Updated
Jun 17, 2021 - Ruby
-
Updated
Aug 14, 2021 - C++
-
Updated
Nov 19, 2020 - Swift
-
Updated
Aug 13, 2021 - PHP
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
We have this lambda in AbstractCustomResourceHandler:
https://github.com/fabric8io/kubernetes-client/blob/7d20990da82829dfbc62f9023e2e9ec4541b280d/crd-generator/api/src/main/java/io/fabric8/crd/generator/AbstractCustomResourceHandler.java#L74-L78
This can be updated to use method reference instead for better readability:
Map<String, Property> additionalPrinterColumns = new HashMap<-
Updated
Jul 8, 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
-
Updated
May 26, 2021 - Kotlin
-
Updated
May 13, 2021 - C#
-
Updated
Jul 20, 2021 - PHP
-
Updated
Aug 5, 2021 - Go
-
Updated
Aug 11, 2021 - Ruby
-
Updated
Oct 25, 2018 - Swift
-
Updated
Jul 26, 2021 - Scala
-
Updated
Aug 12, 2021 - C++
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Jul 28, 2021
-
Updated
Aug 15, 2021 - Scala
-
Updated
Jul 13, 2021 - Kotlin
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."
It's been awhile since I updated e2e tests and there are some of them that are filing (most of them are related to examples).
Also, we need to add e2e tests that cover headers and cookies for both drivers.