Alejandro
Alejandro
Is there any plans to create a laws module (`monocle-ts-laws,` something similar to `monocle-laws`) ?
TSLint was deprecated as is described in Palantir blog post [TSLint in 2019](https://medium.com/palantir/tslint-in-2019-1a144c2317a9). On [typescript-coding-guidelines ](https://adidas.github.io/contributing/typescript-coding-guidelines) page should include a section to promote the use of ESLint over TSLint. Note:...
**Describe the bug** Build a Scala 2.13 project, using Java 11, GraalVM 20.2.0 on Docker raises the error: ```console Wxception in thread "main" com.oracle.svm.core.jdk.UnsupportedFeatureError: Invoke with MethodHandle argument could not...
### Steps to Reproduce 1. Create a Ktor/Kotlin application using Native Image. The docker file looks like: ```docker FROM oracle/graalvm-ce:20.1.0-java11 as graalvm RUN gu install native-image COPY . /home/app/micronaut-api WORKDIR...