Lorenzo Gabriele

Results 70 comments of Lorenzo Gabriele

I noticed the same problem with both `.jsSettings` and `.nativeSettings`.. If you prepend a `.settings()` or `.jvmSettings()` section the `crossType` setting gets applied, otherwise it is not. ```scala val p...

Hi! I watched the [Italian community call](https://youtu.be/U2-_gjShOTM) and, if I understood correctly, you want some kind of dynamic static file server. You can give a look at [NGINX Unit](https://unit.nginx.org) which...

This PR passed under my radar. Thank you for commenting on my old PR @SethTisue. I'm not familiar with the FastParse Scala 2 macros but I can do a first...

I think I messed up 🙈 I deleted my PR with its branch not understanding that your PR was targeting my branch, not the master branch.

I would love to see changes that allow evolving the library in a binary backward compatible way. For example, converting case classes to normal classes, etc. I didn't check how...

@lihaoyi Can you elaborate on the strategy for incremental compilation of Ammonite scripts to happen? Having incremental compilation in Ammonite scripts will improve the caching invalidation in Mill since now...

This needs a rebase

Do you still need this? The latest version was released for Scala `3.0.0-RC1` which is not source-compatible with `0.27.0-RC1`.

@japgolly Are you the maintainer of boopickle now? Can I ask you for a review?

@tippexs Yes, that may also work. I will try this route and let's see how it goes :)