Edoardo Luppi

Results 449 comments of Edoardo Luppi
trafficstars

Proposal: instead of relying only on the client code of IntelliJ, can we open `Maven3XServerEmbedder` to plugins? A plugin could contribute its own extension of `Maven3XServerEmbedder`. The important thing about...

FYI I'm implementing a facade over Maven (using maven-embedded). This is going to be a pluggable system that have clear separation between Maven versions. I will then use this system...

So a small good news. I've introduced a new EP at the IJ resolver level (not in the embedder) to customize the to-be-resolved projects. ```java public interface MavenResolverCustomizer { boolean...

@nskvortsov I don't have much time to work on this now. But that piece of code isn't there anymore in the implementation I haven't pushed yet.

First-class support for the resizable directive in table columns would be nice.

> What is the lowest version it should be? I think having proper localization (which includes RTL design) is more important than supporting old browsers anyways.

@Laffery yup, I agree. Generally speaking I'm ok with supporting older browsers, but I always prioritize the code and how easily a feature can be implemented with new options.

kotlinx-io uses hardcoded `require`s (see [nodeModulesJs.kt](https://github.com/Kotlin/kotlinx-io/blob/master/core/js/src/node/nodeModulesJs.kt)), so there is no easy solution. Real solution is [KT-47038](https://youtrack.jetbrains.com/issue/KT-47038).

This is becoming a problem. When using `watch` configurations (e.g., with `tsc`), dependent targets are not executed. This means our custom assets copying tasks don't work. Consider a custom executor...

@FrozenPandaz sorry for pinging you directly. Just need a clarification: I've found out that in more recent versions of Nx putting a `!dist/` in `.nxignore` to de-ignore the folder seem...