Peter Hull
Peter Hull
I noticed some words are capitalised but aren't proper nouns. 'Lemon' and 'Bound' were two that I found and I suppose there are more. Sometimes this doesn't matter and sometimes...
This is a simple change to allow the Maven plugin to generate more than one launcher in a `jlink` image. The `jlink` tool itself already supports this, but there was...
We started on this period of activity after Z suggested we could try and get to 1.0 by September, which is now less than a month away. Is this still...
### Apache NetBeans version Apache NetBeans 26 ### What happened In a modular project it appears that the Analyze Javadoc function (in the tools menu) does not work. Nothing appears...
In this snippet https://github.com/microsoft/react-native-windows-samples/blob/fd8310144083733eec02d1dde18032aea02f6faa/docs/windowsbrush-and-theme.md?plain=1#L53-L59 is it correct to call `addChangeListener` in response to `componentDidMount` *and* `componentWillUnmount`?