Marty Pitt
Marty Pitt
**Affects:** Spring 5.3.21 This is somewhat related to #26321 - Spring using kotlin serialization over jackson (but not the same, as that's for WebMVC). In Reactive Web, Kotlin classes that...
Apologies for the noise, but just wanted to voice my appreciation for this project. I've been using it for a long time (1.5 years?), and it's become central to all...
I'm trying to add a custom langauge spec into the prismjs config. The docs for [gatsby-remark-prismjs](https://www.gatsbyjs.com/plugins/gatsby-remark-prismjs/) suggest I need to configure the `languageExtensions`. However, `gatsby-remark-prismjs` is already configured in the...
### Playground Link https://taiga-ui.dev/components/tree ### Description When using programmatic control to define which nodes are expanded, the chevron does not update. In this video from the taiga website, notice that...
**Describe the bug** I'm fairly certiain this is something I've done wrong, but I can't see where. The [docs](https://cloud.spring.io/spring-cloud-function/reference/html/spring-cloud-function.html#_kotlin_lambda_support) suggest that this should work: ```kotlin @SpringBootApplication class FunctionalApp { @Bean...
Forgive me if I'm on the wrong path here, but it seems like I cannot consume the `typescript.api.d.ts` file as-is. I've created a [small gist](https://gist.github.com/martypitt/8412211) to demonstrate the issue. It...
Reference paths appear to be ignored. Eg: ``` // In Typescript.ts: /// class Greeter extends Base { super(); } // In Base.ts: public class Base {} ``` Results in the...
``` vyne 10:11:42.304 [main] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: com.typesafe.config.ConfigException$Parse: /opt/service/config/taxi.conf: 2: expecting a close parentheses ')' here, not: '{' Caused by: com.typesafe.config.ConfigException$Parse: /opt/service/config/taxi.conf: 2: expecting a...
Launching Orbital when there's no services.conf present fails: ``` Caused by: java.io.FileNotFoundException: config/services.conf (Read-only file system) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileOutputStream.(FileOutputStream.java:184) at kotlin.io.FilesKt__FileReadWriteKt.writeBytes(FileReadWrite.kt:108) ```