lex

Results 6 issues of lex

Hello. I am trying to generate bindings from d.ts file https://github.com/js-joda/js-joda/blob/master/packages/core/dist/js-joda.d.ts Dukat version: 0.0.28 My command is: dukat -p ext.js.joda -m js-joda -d src/jsMain/kotlin/ext/js/joda build/js/node_modules/@js-joda/core/dist/js-joda.d.ts In all 4 generated files...

compilation-failure
import-qualifiers
domain:export qualifiers

Hi! There is no way to use bundlers with kts at now: ``` kotlinFrontend { sourceMaps = true webpackBundle { bundleName = "main" sourceMapEnabled = true contentPath = file("$buildDir/bundle") }...

Hello. Does anyone know of any library or possibility to get fluency metrics in spring boot? (Buffer, flushes, retention/max size) Or can I request this feature from the author?

Hi. I upgrade to spring boot 3.0 and runtime failed to find `javax.xml.*` classes, it needed by `JaxbAnnotationModule`, that provided in `com.fasterxml.jackson.module:jackson-module-jaxb-annotations`. It is dependency of `org.telegram:telegrambots-meta:6.3.0` and `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider`. ![image](https://user-images.githubusercontent.com/1404372/203927824-2894cc98-bc55-40a2-9417-b835e56b57e4.png)...

Hello. I tried to use `@NewSpan` on spring data repositories, but it idin't work `NewSpan newSpan = method.getAnnotation(NewSpan.class);` `method` here is from proxy and annotation not found. I fixed that...

feedback-provided

installGulp do not use gulp.workingDir for installig and GulpTask too. `gradle installGulp` install gulp into projectRoot/node_modules GulpTask do not see gulp that installed into gulp.workingDir/node_modules