Sami Saves
Sami Saves
Yeah it probably needs to be considered as a breaking change if someone trusts the plugin to generate underscores, but I doubt it will cause much breakage. Markdown should consider...
We decided to fork the repository and apply the fix in this pr manually https://github.com/sstur/draft-js-utils/pull/182 I never got any comments on PR so I never tried to fix the tests...
I am having the same issue as well. Intellj can't find kottle 1.5.2 but with 1.5.0 the imports work fine. The repositorys `KottleTest.kt` example doesn't contain import for the `FMLKotlinModLoadingContext`...
If the first broken version is 1.5.1, then PR https://github.com/autaut03/kottle/pull/26 is probably the issue
Googling shading and IntelliJ Idea brings a lot of topics saying that it doesn't work. https://youtrack.jetbrains.com/issue/IDEA-163411 I also found some articles saying that shading Kotlin is not a good idea....
I had this issue with TypeScript as well. I found a post on Stack overflow that described the solution for another leaflet plugin. I decided to go the easy way...