Daniel Jasiński

Results 7 issues of Daniel Jasiński

I am using Arrow version 0.11.0. It would be very convenient for me to create an alias with predefined OpticsTarget's, for example: ''' @optics(targets = [OpticsTarget.LENS]) @someOtherMetaAnnotation annotation class MyOptics...

**Description** I tried to add plugin version 0.5.1 to my multi-project build using Gradle 6.6.1 and Kotlin 1.4.0 plugin. I get the following exception from IntelliJ: ``` Cannot set property...

It would be great if this library was provided as a multi-release jar with module-info.class descriptor, so that it could be part of the Java module system.

request

We are using a custom class loader for loading our application classes, but delegate loading SLF4j to standard classloaders. Because of this SLF4J cannot load our custom ServiceProvider. A simple...

It would be great if we could declare functions like `callSomething` as safe for throwing lambdas. Then we could make the `Throws` declaration on the caller to also apply to...

**What is your use-case and why do you need this feature?** I am writing a serializer for a custom dictionary-like format that may require multiple polymorphic types to read from...

feature
design

Build scripts use an explicit bash path as **/usr/bin/bash**, which fails on MacOS. If all occurrences were replaced with **/bin/bash**, the project would be more portable.