Anthony Vanelverdinghe
Anthony Vanelverdinghe
This should be a config option for the different commands. For example, I'd like this for `duplicateTab` and `splitPane`, but not for `newTab`.
It's possible to have both, module descriptors and compatibility with Java SE 8, by using multi-release JARs: you compile all sources with Java SE 8 and compile the module descriptors...
AFAIK a slot without a name doesn't have a use case, so that's why I'd like to have just slot be sufficient, equivalent to how just `a` also adds the...
My two cents: * for `foo.`, wouldn't `removeExtension().addExtension(getExtension())` result in `foo`, i.e. the invariant be broken? * for `.gitconfig`, the current implementation of `getExtension()` returns `""` , but according to...
For the `.gitconfig` example, I just wanted to point out that the whole concept of a filename extension is merely an OS-specific convention. So I'd argue that the JDK should...
> * Where do you store your source code (mainframe datasets, USS file system, Endevor, Librarian, other mainframe SCM, git, local file system, ...)? Our source code is stored in...
Thanks for your feedback. Just for the record, my sole goal is to have modular JAR(s) published to Maven Central. I'm open to any suggestions on how to achieve that....
> I also want to get rid of jchardet and the ICU detectors. Neither represents present-day browser-compatible behavior. Ideally, these would be replaced with [chardetng](https://github.com/hsivonen/chardetng), but adding JNI dependencies isn't...
> > > > moving it inside `htmlparser` would allow to limit ourselves to a single module > > [...] > > split off saxtree in its own Maven module....
To summarize, here's the open questions I'd like confirmation on. Is it ok to...: * split the `htmlparser` and `saxtree` packages into separate Maven modules? * arguments were already given...