Sten Arthur Laane
Sten Arthur Laane
### Description **Stop memory leaking every stream name seen in cloudwatch-integration** The _postingEvents variable saved every single seen streamName as a key and these entries were never getting deleted. Since...
If there's no error in kthxbye, the error parameter is not set to anything. For example, [here](https://github.com/lazywithclass/winston-cloudwatch/blob/master/index.js#L139) `callback` is called without any errors.
I'd like to override the `webworker` lib in my project's TypeScript installation. With other libraries, e.g. `dom`, this is possible because the `dom.generated.d.ts` file is being published to npm as...
This PR adds the following features: - The game is now painted in the center of the applet. Now, resizing the applet actually does something as the content is painted...
This patch includes some minor consistency fixes I noticed when reading the man page: - A few commands had extra blank lines before starting their description which was causing extra...
This PR is a collection of smaller changes: - The project is upgraded to the latest Java LTS version, Java 21. Features added since Java 17 include things like pattern...
ArrayLists come with a nice 20-30% performance boost and are the preferred way of dealing with ordered collections in modern Java, see https://stackoverflow.com/q/2986296 for more information. Unlike Vectors, they are...