André Wallat
André Wallat
With version 2.0.1 I get a style conflict when I open a modal. This is probably because of the internal style of the component "message-modal.component.ts" with: ``` .form-group { margin-top:...
I am using kotest 5.8.0 for my unit tests. When I write these two simple tests: ```kotlin should("A") { "a" shouldBe "b" } should("B") { "abc" shouldContain "d" } ```...
After updating from rx-stomp 1.2.0 -> 2.0.0 my app is not running anymore and it complains about: ``` Error: node_modules/@stomp/rx-stomp/esm6/rx-stomp.d.ts:2:84 - error TS2307: Cannot find module '@stomp/stompjs' or its corresponding...
For my project I need to extend an already defined schema by a few other properties. My current solution is to include the schema as a `$ref` and by using...