Sten Arthur Laane

Results 6 comments of Sten Arthur Laane

Pinging @lazywithclass, is there any chance of getting this reviewed/merged?

It's not personally relevant to me anymore but I still recommend merging this PR. `winston-cloudwatch` gets ~100k weekly downloads and the memory leaks might be adversly affecting other consumers of...

Yeah, but there's no npm package for overriding the `WebWorker` lib. For the `DOM` lib, there's `@types/web`. For service workers, there's `@types/serviceworker`. For shared workers, there's `@types/sharedworker`. For audio worklets,...

I see, though that's a lot more friction than writing `npm i --save-dev @typescreipt/lib-webworker:@types/webworker`. I'd have to basically make a tiny local package containing just `webworker.generated.d.ts` and update it manually...

I've incorported all of @pehala's suggestions except for the `listToStringArray` one where I've removed the whole method since it was unused.

I did some clean up for `TextManager` resource loading in https://github.com/PhilippvK/playforia-minigolf/pull/125 (removing dead code to load `.loc` files, removing code duplication, simplifying the logic to load files) and further simplified...