Thanh Le

Results 27 issues of Thanh Le

**Describe the bug** refined-type-plugin is not getting applied when evaluating dynamic variables at compile time **To Reproduce** Update [demo code](https://github.com/arrow-kt/arrow-meta-examples/blob/main/demos/refined-types-compiler-plugin-demo/src/main/kotlin/io/arrowkt/example/Context.kt) with ``` data class PositiveIntEven private constructor(val value: Int) {...

bug

**Is your feature request related to a problem? Please describe.** Kotlin Serialization and possibly other compiler plugins can create invalid state of a refined type. Example: ``` @JvmInline @Serializable value...

refined-types

Thanks @zserge for great library, I just have a question like above.

### Description It's failed due to `One or more files did not pass the validity check!` on my fresh installed desktop. I even cleared the cache and tried again. Here...

(this will take a long time)

let's say i want the study to start after 1.e4 e5 2.f4, and i only want to have 2.f4 move visible without 1.e4 e5. Request of @jeffforever

improvement
study

## Compiler version 3.3.1 ## Minimized code Full context here in `lila-ws` repository: https://github.com/lichess-org/lila-ws/pull/525/commits/7f47bc39a8b36a0f076b24dd75da17150502040e This code below crash the runtime: ```scala private def shutdown(channel: Channel, code: Int, reason: String): Unit...

itype:bug
stat:needs minimization

This page is awesome: https://typelevel.org/cats/nomenclature.html. But I think it'll be better if we add docs url to all functions. For example: ``` | `F[A] => F[Unit]` | `void` | ```...

I'm trying to run `jmh` with `async-profiler`, but It seems `async-profiler` cannot recognize the seconds options, for example: This doesn't recognize `libPath` option: `bench / Jmh / run -rf json...