Alexander Eliseyev

Results 4 issues of Alexander Eliseyev

I can't get Kotlin lambdas defined in `@Component`-marked classes to work as Spring Cloud Functions the way it's described in this doc: https://cloud.spring.io/spring-cloud-static/spring-cloud-function/3.0.6.RELEASE/reference/html/spring-cloud-function.html#_kotlin_lambda_support I've set up a test project, which...

Hello! I'm working on a tool which uses `javascript-typescript-langserver` among other LSPs. Diagnostics work fine, but I'm having trouble (or am I?) with the way completion works. Consider the example:...

`java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for org.akhikhl.unpuzzle.osgi2maven.Deployer do not match. Expected -1 but got 6` Getting this during `gradle build` I have this dependency `classpath...

bug

I'm trying to schedule an AWS ECS task to run every 5 minutes: ```typescript import * as aws from "@pulumi/aws"; import * as awsx from "@pulumi/awsx"; const batchCluster = new...

kind/bug
awaiting-feedback
area/classic