hosswald
hosswald
**Which version of Kotest are you using** 5.3.1 Nested test names are broken in Kotest 5+: ``` class `Level 0` : FreeSpec({ "Level 1" - { "Level 2" - {...
While IntelliJ encodes the resolved myusername:mypassword with Base64 as required: `Authorization: Basic bXl1c2VybmFtZTpteXBhc3N3b3Jk` restcli literally sends `Authorization: Basic myusername mypassword`
### Affected Version 0.23.0 ### Description The following query ```sql SELECT * FROM "druid"."mydata" WHERE false ORDER BY "__time" DESC ``` leads to the following error: `druid error: Unsupported operation...
The node plugin you are using is causing problems for me (with Gradle 6): ``` Execution failed for task ':nodeSetup'. > Could not resolve all files for configuration ':detachedConfiguration1'. >...
### Subject of the issue [createHydratedMock()](https://typescript-tdd.github.io/ts-auto-mock/create-hydrated-mock) mocks optional properties. The typescript compiler should know about that to avoid having to write unnecessary `as any` in tests. ### Your environment *...
### Subject of the issue I'm trying to create a mock where some methods perform complex operations and return certain values not fixed in the interface. I also need to...
**Describe the bug** I have a csv with empty cells. I generally want those to be parsed as null. However, I want to also have the ability to parse these...
When trying to parse a CSV with missing cells (in present columns) into a Kotlin Data class with fields that have default values, I found (https://github.com/FasterXML/jackson-module-kotlin/issues/605) that I needed to...
I use this experimental feature a lot to sort my tabs as a developer (test vs. production environment) and it would be great if the groups would be shown in...
We have a monorepo with multiple workspaces. The workspaces also reflect the gradle (sub)project structure. Our project structure looks like this: ``` build.gradle package.json package-lock.json node_modules/ scripts/ \_ build.gradle |_...