AJ Alt
AJ Alt
Although it would be nice to be able to hide the tool window, I doubt it's worth the work of trying to figure out that system.
Although this is possible, in my opinion it would be better to implement the individual checks as inspections within the plugin. `elm-analyse` [doesn't have a ton of checks](https://stil4m.github.io/elm-analyse/#/messages), and some...
As I said in your previous issue #1, I don't think this is an issue with this library, since we use this library in production and it works as expected....
Can you give more detail about how you're leaving and returning to the fragment? Are they in a pager, a fragment transaction, or just different activities? I can't reproduce this.
Sure, that's possible, although I'd like to keep as much private as possible in order to reduce breaking changes in the future. Can you make a list of the functions/classes...
Can you give a concrete example of what you're trying to accomplish?
@tjerkw can you provide some code as an example of what you're trying to do that you aren't able to accomplish with Clikt right now? What did you try to...
Thanks everyone for their feedback. The discussion in this thread has all been about what I theoretically "should" or "shouldn't" design a library. But there's nothing I can really do...
@tjerkw yes, an example would be helpful. I'm not sure what you mean when you say you want it to me pluggable.
They're JVM-only because they return `Path` and `File` instances, which are java classes. The [API docs][1] do have the platform tags on them, but I agree that it could be...